Advertisement
_dinsdale

Untitled

Jul 20th, 2016
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 467.87 KB | None | 0 0
  1. Script started on Wed Jul 20 01:26:07 2016
  2. freebsd@do:~/git/monobsd % autoconf
  3.  
  4. autoconf         autoconf-2.69    autoconf-wrapper
  5.  
  6. freebsd@do:~/git/monobsd % autoconf./auto
  7. autoconf./ not found
  8. 
  9.  
  10. freebsd@do:~/git/monobsd % ls
  11.  
  12. CONTRIBUTING.md     README.md       compile         configure       external        mcs         nacl            test-driver
  13. COPYING.LIB     acceptance-tests    config.guess        configure.ac        ikvm-native     missing         output.txt      tools
  14. ChangeLog       acinclude.m4        config.h        data            install-sh      mkinstalldirs       po          typescript
  15. LICENSE         aclocal.m4      config.h.in     depcomp         libgc           mono            runtime         winconfig.h
  16. Makefile        appveyor.yml        config.log      docs            libtool         mono-uninstalled.pc samples
  17. Makefile.am     autogen.sh      config.rpath        doltcompile     ltmain.sh       mono-uninstalled.pc.in  scripts
  18. Makefile.in     autom4te.cache      config.status       doltlibtool     m4          mono.h          stamp-h1
  19. NEWS            code_of_conduct.md  config.sub      eglib           man         msvc            support
  20. freebsd@do:~/git/monobsd % ./ autogen.sh
  21.  
  22. **Warning**: I am going to run `configure' with no arguments.
  23. If you wish to pass any to it, please specify them on the
  24. `./autogen.sh' command line.
  25.  
  26. Running libtoolize...
  27. libtoolize: putting auxiliary files in '.'.
  28. libtoolize: copying file './ltmain.sh'
  29. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  30. libtoolize: copying file 'm4/libtool.m4'
  31. libtoolize: copying file 'm4/ltoptions.m4'
  32. libtoolize: copying file 'm4/ltsugar.m4'
  33. libtoolize: copying file 'm4/ltversion.m4'
  34. libtoolize: copying file 'm4/lt~obsolete.m4'
  35. Running aclocal -I m4 -I .  ...
  36. Running autoheader...
  37. Running automake --gnu  ...
  38. configure.ac:356: installing './compile'
  39. configure.ac:16: installing './missing'
  40. ikvm-native/Makefile.am: installing './depcomp'
  41. Running autoconf ...
  42. Running libgc/autogen.sh ...
  43. Running libtoolize...
  44. libtoolize: putting auxiliary files in '.'.
  45. libtoolize: copying file './ltmain.sh'
  46. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  47. libtoolize: copying file 'm4/libtool.m4'
  48. libtoolize: copying file 'm4/ltoptions.m4'
  49. libtoolize: copying file 'm4/ltsugar.m4'
  50. libtoolize: copying file 'm4/ltversion.m4'
  51. libtoolize: copying file 'm4/lt~obsolete.m4'
  52. Running aclocal  -Wnone ...
  53. Running automake --gnu  ...
  54. configure.ac:28: installing './compile'
  55. configure.ac:20: installing './missing'
  56. Makefile.am: installing './depcomp'
  57. Running autoconf ...
  58. Skipping configure process.
  59. Done running libgc/autogen.sh ...
  60. Running eglib/autogen.sh ...
  61. Running libtoolize...
  62. libtoolize: putting auxiliary files in '..'.
  63. libtoolize: copying file '../ltmain.sh'
  64. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  65. libtoolize: copying file 'm4/libtool.m4'
  66. libtoolize: copying file 'm4/ltoptions.m4'
  67. libtoolize: copying file 'm4/ltsugar.m4'
  68. libtoolize: copying file 'm4/ltversion.m4'
  69. libtoolize: copying file 'm4/lt~obsolete.m4'
  70. Running aclocal -I m4  ...
  71. Running autoheader...
  72. Running automake --gnu  ...
  73. configure.ac:18: installing '../compile'
  74. configure.ac:12: installing '../missing'
  75. src/Makefile.am: installing '../depcomp'
  76. Running autoconf ...
  77. Skipping configure process.
  78. Done running eglib/autogen.sh ...
  79. Running ./configure --enable-maintainer-mode --enable-compile-warnings ...
  80. checking build system type... amd64-unknown-freebsd10.2
  81. checking host system type... amd64-unknown-freebsd10.2
  82. checking target system type... amd64-unknown-freebsd10.2
  83. checking for a BSD-compatible install... /usr/bin/install -c
  84. checking whether build environment is sane... yes
  85. checking for a thread-safe mkdir -p... ./install-sh -c -d
  86. checking for gawk... no
  87. checking for mawk... no
  88. checking for nawk... nawk
  89. checking whether make sets $(MAKE)... yes
  90. checking whether make supports nested variables... yes
  91. checking whether UID '1001' is supported by ustar format... yes
  92. checking whether GID '1001''--prefix=/usr/local'  '--enable-maintainer-mode' '--enable-compile-warnings' 'CPPFLAGS_FOR_EGLIB=' 'CFLAGS_FOR_EGLIB= -fvisibility=hidden' '--disable-embed-check' '--with-libgc-threads=pthreads' '--enable-parallel-mark' 'CPPFLAGS_FOR_LIBGC=-DGC_FREEBSD_THREADS -DPLATFORM_BSD -I/usr/local/include -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -DUSE_COMPILER_TLS' 'CFLAGS_FOR_LIBGC= -Wno-deprecated-declarations -g -mno-tls-direct-seg-refs' --cache-file=/dev/null --srcdir=.
  93. checking build system type... amd64-unknown-freebsd10.2
  94. checking host system type... amd64-unknown-freebsd10.2
  95. checking target system type... amd64-unknown-freebsd10.2
  96. checking for a BSD-compatible install... /usr/bin/install -c
  97. checking whether build environment is sane... yes
  98. checking for a thread-safe mkdir -p... ./../install-sh -c -d
  99. checking for gawk... no
  100. checking for mawk... no
  101. checking for nawk... nawk
  102. checking whether make sets $(MAKE)... yes
  103. checking whether make supports nested variables... yes
  104. checking whether UID '1001' is supported by ustar format... yes
  105. checking whether GID '1001' is supported by ustar format... yes
  106. checking how to create a ustar tar archive... gnutar
  107. checking whether to enable maintainer-specific portions of Makefiles... yes
  108. checking whether make supports nested variables... (cached) yes
  109. checking for gcc... gcc
  110. checking whether the C compiler works... yes
  111. checking for C compiler default output file name... a.out
  112. checking for suffix of executables...
  113. checking whether we are cross compiling... no
  114. checking for suffix of object files... o
  115. checking whether we are using the GNU C compiler... yes
  116. checking whether gcc accepts -g... yes
  117. checking for gcc option to accept ISO C89... none needed
  118. checking whether gcc understands -c and -o together... yes
  119. checking for style of include used by make... GNU
  120. checking dependency style of gcc... gcc3
  121. checking how to print strings... printf
  122. checking for a sed that does not truncate output... /usr/bin/sed
  123. checking for grep that handles long lines and -e... /usr/bin/grep
  124. checking for egrep... /usr/bin/grep -E
  125. checking for fgrep... /usr/bin/grep -F
  126. checking for ld used by gcc... /usr/local/bin/ld
  127. checking if the linker (/usr/local/bin/ld) is GNU ld... yes
  128. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  129. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  130. checking whether ln -s works... yes
  131. checking the maximum length of command line arguments... 196608
  132. checking how to convert amd64-unknown-freebsd10.2 file names to amd64-unknown-freebsd10.2 format... func_convert_file_noop
  133. checking how to convert amd64-unknown-freebsd10.2 file names to toolchain format... func_convert_file_noop
  134. checking for /usr/local/bin/ld option to reload object files... -r
  135. checking for objdump... objdump
  136. checking how to recognize dependent libraries... pass_all
  137. checking for dlltool... no
  138. checking how to associate runtime and link libraries... printf %s\n
  139. checking for ar... ar
  140. checking for archiver @FILE support... no
  141. checking for strip... strip
  142. checking for ranlib... ranlib
  143. checking command to parse /usr/bin/nm -B output from gcc object... ok
  144. checking for sysroot... no
  145. checking for a working dd... /bin/dd
  146. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  147. checking for mt... mt
  148. checking if mt is a manifest tool... no
  149. checking how to run the C preprocessor... gcc -E
  150. checking for ANSI C header files... yes
  151. checking for sys/types.h... yes
  152. checking for sys/stat.h... yes
  153. checking for stdlib.h... yes
  154. checking for string.h... yes
  155. checking for memory.h... yes
  156. checking for strings.h... yes
  157. checking for inttypes.h... yes
  158. checking for stdint.h... yes
  159. checking for unistd.h... yes
  160. checking for dlfcn.h... yes
  161. checking for objdir... .libs
  162. checking if gcc supports -fno-rtti -fno-exceptions... no
  163. checking for gcc option to produce PIC... -fPIC -DPIC
  164. checking if gcc PIC flag -fPIC -DPIC works... yes
  165. checking if gcc static flag -static works... yes
  166. checking if gcc supports -c -o file.o... yes
  167. checking if gcc supports -c -o file.o... (cached) yes
  168. checking whether the gcc linker (/usr/local/bin/ld) supports shared libraries... yes
  169. checking whether -lc should be explicitly linked in... no
  170. checking dynamic linker characteristics... freebsd10.2 ld.so
  171. checking how to hardcode library paths into programs... immediate
  172. checking whether stripping libraries is possible... yes
  173. checking if libtool supports shared libraries... yes
  174. checking whether to build shared libraries... yes
  175. checking whether to build static libraries... yes
  176. checking for bash... /usr/local/bin/bash
  177. checking if dolt supports this host... yes, replacing libtool
  178. checking whether byte ordering is bigendian... no
  179. checking size of int... 4
  180. checking size of void *... 8
  181. checking size of long... 8
  182. checking size of long long... 8
  183. checking for strlcpy... yes
  184. checking for stpcpy... yes
  185. checking for strtok_r... yes
  186. checking for rewinddir... yes
  187. checking for vasprintf... yes
  188. checking for getrlimit... yes
  189. checking for fork... yes
  190. checking for execv... yes
  191. checking for execve... yes
  192. checking for strndup... yes
  193. checking for getpwuid_r... yes
  194. checking for ld used by GCC... /usr/local/bin/ld
  195. checking if the linker (/usr/local/bin/ld) is GNU ld... yes
  196. checking for shared library run path origin... done
  197. checking for iconv... yes
  198. checking for working iconv... yes
  199. checking how to link with libiconv... /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
  200. checking for iconv declaration...
  201.          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  202. checking for library containing sqrtf... -lm
  203. checking for library containing nanosleep... none required
  204. checking for library containing dlopen... none required
  205. checking for varargs macros... yes
  206. checking getopt.h usability... yes
  207. checking getopt.h presence... yes
  208. checking for getopt.h... yes
  209. checking sys/select.h usability... yes
  210. checking sys/select.h presence... yes
  211. checking for sys/select.h... yes
  212. checking sys/time.h usability... yes
  213. checking sys/time.h presence... yes
  214. checking for sys/time.h... yes
  215. checking sys/wait.h usability... yes
  216. checking sys/wait.h presence... yes
  217. checking for sys/wait.h... yes
  218. checking pwd.h usability... yes
  219. checking pwd.h presence... yes
  220. checking for pwd.h... yes
  221. checking langinfo.h usability... yes
  222. checking langinfo.h presence... yes
  223. checking for langinfo.h... yes
  224. checking iconv.h usability... yes
  225. checking iconv.h presence... yes
  226. checking for iconv.h... yes
  227. checking localcharset.h usability... yes
  228. checking localcharset.h presence... yes
  229. checking for localcharset.h... yes
  230. checking for sys/types.h... (cached) yes
  231. checking sys/resource.h usability... yes
  232. checking sys/resource.h presence... yes
  233. checking for sys/resource.h... yes
  234. checking for locale_charset in -liconv... no
  235. checking for locale_charset in -lcharset... yes
  236. ./configure: LIBS+=-liconv -lcharset: not found
  237. checking alloca.h usability... no
  238. checking alloca.h presence... no
  239. checking for alloca.h... no
  240. checking for pkg-config... /usr/local/bin/pkg-config
  241. checking that generated files are newer than configure... done
  242. configure: creating ./config.status
  243. config.status: creating Makefile
  244. config.status: creating m4/Makefile
  245. config.status: creating src/Makefile
  246. config.status: creating src/eglib-config.h
  247. config.status: creating test/Makefile
  248. config.status: creating config.h
  249. config.status: config.h is unchanged
  250. config.status: executing depfiles commands
  251. config.status: executing libtool commands
  252. === configuring in libgc (/home/freebsd/git/monobsd/libgc)
  253. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  '--enable-maintainer-mode' '--enable-compile-warnings' 'CPPFLAGS_FOR_EGLIB=' 'CFLAGS_FOR_EGLIB= -fvisibility=hidden' '--disable-embed-check' '--with-libgc-threads=pthreads' '--enable-parallel-mark' 'CPPFLAGS_FOR_LIBGC=-DGC_FREEBSD_THREADS -DPLATFORM_BSD -I/usr/local/include -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -DUSE_COMPILER_TLS' 'CFLAGS_FOR_LIBGC= -Wno-deprecated-declarations -g -mno-tls-direct-seg-refs' --cache-file=/dev/null --srcdir=.
  254. checking for a BSD-compatible install... /usr/bin/install -c
  255. checking whether build environment is sane... yes
  256. checking for a thread-safe mkdir -p... ./install-sh -c -d
  257. checking for gawk... no
  258. checking for mawk... no
  259. checking for nawk... nawk
  260. checking whether make sets $(MAKE)... yes
  261. checking whether make supports nested variables... yes
  262. checking build system type... amd64-unknown-freebsd10.2
  263. checking host system type... amd64-unknown-freebsd10.2
  264. checking for gcc... gcc
  265. checking whether the C compiler works... yes
  266. checking for C compiler default output file name... a.out
  267. checking for suffix of executables...
  268. checking whether we are cross compiling... no
  269. checking for suffix of object files... o
  270. checking whether we are using the GNU C compiler... yes
  271. checking whether gcc accepts -g... yes
  272. checking for gcc option to accept ISO C89... none needed
  273. checking whether gcc understands -c and -o together... yes
  274. checking for style of include used by make... GNU
  275. checking dependency style of gcc... gcc3
  276. checking for g++... g++
  277. checking whether we are using the GNU C++ compiler... yes
  278. checking whether g++ accepts -g... yes
  279. checking dependency style of g++... gcc3
  280. checking whether make supports nested variables... (cached) yes
  281. checking dependency style of gcc... gcc3
  282. checking for ar... ar
  283. checking for ranlib... ranlib
  284. checking whether to enable maintainer-specific portions of Makefiles... yes
  285. checking for pthread_self in -lpthread... yes
  286. checking for __sync_bool_compare_and_swap... yes
  287. checking for xlc... no
  288. checking for dlopen in -ldl... no
  289. checking whether to build shared libraries... yes
  290. checking which machine-dependent code should be used...
  291. checking how to print strings... printf
  292. checking for a sed that does not truncate output... /usr/bin/sed
  293. checking for grep that handles long lines and -e... /usr/bin/grep
  294. checking for egrep... /usr/bin/grep -E
  295. checking for fgrep... /usr/bin/grep -F
  296. checking for ld used by gcc... /usr/local/bin/ld
  297. checking if the linker (/usr/local/bin/ld) is GNU ld... yes
  298. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  299. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  300. checking whether ln -s works... yes
  301. checking the maximum length of command line arguments... 196608
  302. checking how to convert amd64-unknown-freebsd10.2 file names to amd64-unknown-freebsd10.2 format... func_convert_file_noop
  303. checking how to convert amd64-unknown-freebsd10.2 file names to toolchain format... func_convert_file_noop
  304. checking for /usr/local/bin/ld option to reload object files... -r
  305. checking for objdump... objdump
  306. checking how to recognize dependent libraries... pass_all
  307. checking for dlltool... no
  308. checking how to associate runtime and link libraries... printf %s\n
  309. checking for archiver @FILE support... no
  310. checking for strip... strip
  311. checking for ranlib... (cached) ranlib
  312. checking command to parse /usr/bin/nm -B output from gcc object... ok
  313. checking for sysroot... no
  314. checking for a working dd... /bin/dd
  315. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  316. checking for mt... mt
  317. checking if mt is a manifest tool... no
  318. checking how to run the C preprocessor... gcc -E
  319. checking for ANSI C header files... yes
  320. checking for sys/types.h... yes
  321. checking for sys/stat.h... yes
  322. checking for stdlib.h... yes
  323. checking for string.h... yes
  324. checking for memory.h... yes
  325. checking for strings.h... yes
  326. checking for inttypes.h... yes
  327. checking for stdint.h... yes
  328. checking for unistd.h... yes
  329. checking for dlfcn.h... yes
  330. checking for objdir... .libs
  331. checking if gcc supports -fno-rtti -fno-exceptions... no
  332. checking for gcc option to produce PIC... -fPIC -DPIC
  333. checking if gcc PIC flag -fPIC -DPIC works... yes
  334. checking if gcc static flag -static works... yes
  335. checking if gcc supports -c -o file.o... yes
  336. checking if gcc supports -c -o file.o... (cached) yes
  337. checking whether the gcc linker (/usr/local/bin/ld) supports shared libraries... yes
  338. checking whether -lc should be explicitly linked in... no
  339. checking dynamic linker characteristics... freebsd10.2 ld.so
  340. checking how to hardcode library paths into programs... immediate
  341. checking whether stripping libraries is possible... yes
  342. checking if libtool supports shared libraries... yes
  343. checking whether to build shared libraries... yes
  344. checking whether to build static libraries... yes
  345. checking how to run the C++ preprocessor... g++ -E
  346. checking for ld used by g++... /usr/local/bin/ld
  347. checking if the linker (/usr/local/bin/ld) is GNU ld... yes
  348. checking whether the g++ linker (/usr/local/bin/ld) supports shared libraries... yes
  349. checking for g++ option to produce PIC... -fPIC -DPIC
  350. checking if g++ PIC flag -fPIC -DPIC works... yes
  351. checking if g++ static flag -static works... yes
  352. checking if g++ supports -c -o file.o... yes
  353. checking if g++ supports -c -o file.o... (cached) yes
  354. checking whether the g++ linker (/usr/local/bin/ld) supports shared libraries... yes
  355. checking dynamic linker characteristics... freebsd10.2 ld.so
  356. checking how to hardcode library paths into programs... immediate
  357. checking for bash... /usr/local/bin/bash
  358. checking if dolt supports this host... yes, replacing libtool
  359. checking sys/dg_sys_info.h usability... no
  360. checking sys/dg_sys_info.h presence... no
  361. checking for sys/dg_sys_info.h... no
  362. checking for threads package to use... posix
  363. checking whether Solaris gcc optimization fix is necessary... no
  364. checking that generated files are newer than configure... done
  365. configure: creating ./config.status
  366. config.status: creating Makefile
  367. config.status: creating m4/Makefile
  368. config.status: creating include/Makefile
  369. config.status: creating include/private/Makefile
  370. config.status: creating doc/Makefile
  371. config.status: executing depfiles commands
  372. config.status: executing libtool commands
  373. config.status: executing default commands
  374. Git submodules updated successfully
  375.  
  376.         mcs source:    mcs
  377.  
  378.    Engine:
  379.     Host:          amd64-unknown-freebsd10.2
  380.     Target:        amd64-unknown-freebsd10.2
  381.     GC:        sgen and Included Boehm GC with typed GC and parallel mark
  382.     TLS:           __thread
  383.     SIGALTSTACK:   yes
  384.     Engine:        Building and using the JIT
  385.     oprofile:      no
  386.     BigArrays:     no
  387.     DTrace:        yes
  388.     LLVM Back End: no (dynamically loaded: no)
  389.  
  390.    Libraries:
  391.     .NET 4.6:        yes
  392.     Xamarin.Android: no
  393.     Xamarin.iOS:     no
  394.     Xamarin.WatchOS: no
  395.     Xamarin.TVOS:    no
  396.     Xamarin.Mac:     no
  397.     JNI support:     IKVM Native
  398.     libgdiplus:      assumed to be installed
  399.     zlib:            system zlib
  400.    
  401.  
  402. Now type `make' to compile
  403. freebsd@do:~/git/monobsd % makeg
  404.  
  405. (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/freebsd/git/monobsd/missing autoheader)
  406. rm -f stamp-h1
  407. touch config.h.in
  408. cd . && /bin/sh ./config.status config.h
  409. config.status: creating config.h
  410. config.status: config.h is unchanged
  411. Git submodules updated successfully
  412. gmake  all-recursive
  413. gmake[1]: Entering directory '/usr/home/freebsd/git/monobsd'
  414. Making all in po
  415. gmake[2]: Entering directory '/usr/home/freebsd/git/monobsd/po'
  416. Making all in mcs
  417. gmake[3]: Entering directory '/usr/home/freebsd/git/monobsd/po/mcs'
  418. gmake[3]: Leaving directory '/usr/home/freebsd/git/monobsd/po/mcs'
  419. gmake[3]: Entering directory '/usr/home/freebsd/git/monobsd/po'
  420. gmake[3]: Nothing to be done for 'all-am'.
  421. gmake[3]: Leaving directory '/usr/home/freebsd/git/monobsd/po'
  422. gmake[2]: Leaving directory '/usr/home/freebsd/git/monobsd/po'
  423. Making all in libgc
  424. gmake[2]: Entering directory '/usr/home/freebsd/git/monobsd/libgc'
  425. Making all in m4
  426. gmake[3]: Entering directory '/usr/home/freebsd/git/monobsd/libgc/m4'
  427. gmake[3]: Nothing to be done for 'all'.
  428. gmake[3]: Leaving directory '/usr/home/freebsd/git/monobsd/libgc/m4'
  429. Making all in include
  430. gmake[3]: Entering directory '/usr/home/freebsd/git/monobsd/libgc/include'
  431. Making all in private
  432. gmake[4]: Entering directory '/usr/home/freebsd/git/monobsd/libgc/include/private'
  433. gmake[4]: Nothing to be done for 'all'.
  434. gmake[4]: Leaving directory '/usr/home/freebsd/git/monobsd/libgc/include/private'
  435. gmake[4]: Entering directory '/usr/home/freebsd/git/monobsd/libgc/include'
  436. gmake[4]: Nothing to be done for 'all-am'.
  437. gmake[4]: Leaving directory '/usr/home/freebsd/git/monobsd/libgc/include'
  438. gmake[3]: Leaving directory '/usr/home/freebsd/git/monobsd/libgc/include'
  439. Making all in doc
  440. gmake[3]: Entering directory '/usr/home/freebsd/git/monobsd/libgc/doc'
  441. gmake[3]: Nothing to be done for 'all'.
  442. gmake[3]: Leaving directory '/usr/home/freebsd/git/monobsd/libgc/doc'
  443. gmake[3]: Entering directory '/usr/home/freebsd/git/monobsd/libgc'
  444.  CC       allchblk.lo
  445. In file included from ./include/private/gc_priv.h:66:0,
  446.                 from allchblk.c:19:
  447. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  448.   extern char * GC_FreeBSDGetDataStart();
  449.   ^
  450. allchblk.c:59:18: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  451.   static GC_bool GC_enough_large_bytes_left(bytes,n)
  452.                  ^
  453. allchblk.c:83:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  454.  int GC_hblk_fl_from_blocks(blocks_needed)
  455.      ^
  456. allchblk.c:147:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  457. int free_list_index_of(wanted)
  458.     ^
  459. allchblk.c:165:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  460.  void GC_dump_regions()
  461.       ^
  462. allchblk.c:225:16: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  463. static GC_bool setup_header(hhdr, sz, kind, flags)
  464.                ^
  465. allchblk.c:258:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  466.  void GC_remove_from_fl(hhdr, n)
  467.       ^
  468. allchblk.c:301:15: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  469. struct hblk * GC_free_block_ending_at(h)
  470.               ^
  471. allchblk.c:333:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  472.  void GC_add_to_fl(h, hhdr)
  473.       ^
  474. allchblk.c:458:15: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  475. struct hblk * GC_get_first_part(h, hhdr, bytes, index)
  476.               ^
  477. allchblk.c: In function 'GC_get_first_part':
  478. allchblk.c:475:2: warning: passing argument 1 of 'GC_current_warn_proc' discards 'const' qualifier from pointer target type [enabled by default]
  479.  WARN("Header allocation failed: Dropping block.\n", 0);
  480.  ^
  481. allchblk.c:475:2: note: expected 'char *' but argument is of type 'const char *'
  482. allchblk.c: At top level:
  483. allchblk.c:500:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  484.  void GC_split_block(h, hhdr, n, nhdr, index)
  485.       ^
  486. allchblk.c:539:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  487. struct hblk * GC_allochblk_nth();
  488.        ^
  489. allchblk.c:572:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  490.  GC_allochblk_nth(sz, kind, flags, n)
  491.  ^
  492. allchblk.c: In function 'GC_allochblk_nth':
  493. allchblk.c:677:12: warning: passing argument 1 of 'GC_current_warn_proc' discards 'const' qualifier from pointer target type [enabled by default]
  494.             WARN("Repeated allocation of very large block "
  495.             ^
  496. allchblk.c:677:12: note: expected 'char *' but argument is of type 'const char *'
  497. allchblk.c:761:2: warning: nested extern declaration of 'GC_fail_count' [-Wnested-externs]
  498.   extern unsigned GC_fail_count;
  499.   ^
  500.   CC       alloc.lo
  501. In file included from ./include/private/gc_priv.h:66:0,
  502.                  from alloc.c:19:
  503. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  504.  extern char * GC_FreeBSDGetDataStart();
  505.  ^
  506. alloc.c:85:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  507. {"Copyright 1988,1989 Hans-J. Boehm and Alan J. Demers ",
  508. ^
  509. alloc.c:86:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  510. "Copyright (c) 1991-1995 by Xerox Corporation.  All rights reserved. ",
  511. ^
  512. alloc.c:87:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  513. "Copyright (c) 1996-1998 by Silicon Graphics.  All rights reserved. ",
  514. ^
  515. alloc.c:88:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  516. "Copyright (c) 1999-2001 by Hewlett-Packard Company.  All rights reserved. ",
  517. ^
  518. alloc.c:89:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  519. "THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY",
  520. ^
  521. alloc.c:90:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  522. " EXPRESSED OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.",
  523. ^
  524. alloc.c:91:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  525. "See source code for details." };
  526. ^
  527. alloc.c:114:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  528.  extern GC_bool GC_collection_in_progress();
  529.  ^
  530. alloc.c:130:7: warning: no previous prototype for 'GC_timeout_stop_func' [-Wmissing-prototypes]
  531.    int GC_timeout_stop_func GC_PROTO((void))
  532.        ^
  533. alloc.c:155:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  534. static word min_words_allocd()
  535.             ^
  536. alloc.c:186:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  537.  word GC_adj_words_allocd()
  538.       ^
  539. alloc.c:231:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  540. void GC_clear_a_few_frames()
  541.      ^
  542. alloc.c: In function 'GC_clear_a_few_frames':
  543. alloc.c:234:10: warning: variable 'frames' set but not used [-Wunused-but-set-variable]
  544.     word frames[NWORDS];
  545.          ^
  546. alloc.c: At top level:
  547. alloc.c:254:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  548.  void GC_notify_full_gc()
  549.       ^
  550. alloc.c:269:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  551. void GC_maybe_gc()
  552.      ^
  553. alloc.c:622:8: warning: no previous prototype for 'GC_clear_fl_marks' [-Wmissing-prototypes]
  554.   void GC_clear_fl_marks(ptr_t q)
  555.        ^
  556. alloc.c:905:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  557.  ptr_t GC_max(x,y)
  558.        ^
  559. alloc.c:911:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  560. ptr_t GC_min(x,y)
  561.       ^
  562. alloc.c: In function 'GC_collect_or_expand':
  563. alloc.c:1081:12: warning: passing argument 1 of 'GC_current_warn_proc' discards 'const' qualifier from pointer target type [enabled by default]
  564.            WARN("Out of Memory!  Trying to continue ...\n", 0);
  565.            ^
  566. alloc.c:1081:12: note: expected 'char *' but argument is of type 'const char *'
  567. alloc.c:1085:8: warning: passing argument 1 of 'GC_current_warn_proc' discards 'const' qualifier from pointer target type [enabled by default]
  568.        WARN("Out of Memory!  Returning NIL!\n", 0);
  569.        ^
  570. alloc.c:1085:8: note: expected 'char *' but argument is of type 'const char *'
  571.  CC       blacklst.lo
  572. In file included from ./include/private/gc_priv.h:66:0,
  573.                 from blacklst.c:15:
  574. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  575.   extern char * GC_FreeBSDGetDataStart();
  576.   ^
  577. blacklst.c:53:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  578. void GC_clear_bl();
  579. ^
  580. blacklst.c:56:10: warning: no previous prototype for 'GC_default_print_heap_obj_proc' [-Wmissing-prototypes]
  581.     void GC_default_print_heap_obj_proc(ptr_t p)
  582.          ^
  583. blacklst.c:70:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  584.  void GC_print_source_ptr(p)
  585.       ^
  586. blacklst.c:111:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  587. void GC_clear_bl(doomed)
  588.      ^
  589. blacklst.c:117:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  590.  void GC_copy_bl(old, new)
  591.       ^
  592. blacklst.c:123:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  593. static word total_stack_black_listed();
  594. ^
  595. blacklst.c:286:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  596.  static word total_stack_black_listed()
  597.              ^
  598.   CC       checksums.lo
  599.   CC       dbg_mlc.lo
  600. In file included from ./include/private/gc_priv.h:66:0,
  601.                  from ./include/private/dbg_mlc.h:30,
  602.                  from dbg_mlc.c:17:
  603. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  604.  extern char * GC_FreeBSDGetDataStart();
  605.  ^
  606. In file included from dbg_mlc.c:17:0:
  607. ./include/private/dbg_mlc.h:161:3: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  608.    GC_bool GC_has_other_debug_info(/* p */);
  609.    ^
  610. ./include/private/dbg_mlc.h:173:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  611. ptr_t GC_store_debug_info(/* p, sz, string, integer */);
  612. ^
  613. dbg_mlc.c:19:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  614.  void GC_default_print_heap_obj_proc();
  615.  ^
  616. dbg_mlc.c:35:9: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  617. GC_bool GC_has_other_debug_info(p)
  618.         ^
  619. dbg_mlc.c:240:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  620.  ptr_t GC_store_debug_info(p, sz, string, integer)
  621.        ^
  622. dbg_mlc.c:311:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  623. ptr_t GC_check_annotated_obj(ohdr)
  624.       ^
  625. dbg_mlc.c:344:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  626.  void GC_print_type(p)
  627.       ^
  628. dbg_mlc.c: In function 'GC_print_obj':
  629. dbg_mlc.c:401:5: warning: implicit declaration of function 'GC_print_callers' [-Wimplicit-function-declaration]
  630.      PRINT_CALL_CHAIN(ohdr);
  631.      ^
  632. dbg_mlc.c:401:5: warning: nested extern declaration of 'GC_print_callers' [-Wnested-externs]
  633. dbg_mlc.c: At top level:
  634. dbg_mlc.c:405:10: warning: no previous prototype for 'GC_debug_print_heap_obj_proc' [-Wmissing-prototypes]
  635.      void GC_debug_print_heap_obj_proc(ptr_t p)
  636.           ^
  637. dbg_mlc.c:420:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  638. void GC_print_smashed_obj(p, clobbered_addr)
  639.      ^
  640. dbg_mlc.c:449:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  641.  void GC_do_nothing() {}
  642.       ^
  643. dbg_mlc.c:451:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  644. void GC_start_debugging()
  645.      ^
  646. dbg_mlc.c:743:12: warning: no previous prototype for 'GC_debug_malloc_atomic_uncollectable' [-Wmissing-prototypes]
  647.     GC_PTR GC_debug_malloc_atomic_uncollectable(size_t lb, GC_EXTRA_PARAMS)
  648.            ^
  649. dbg_mlc.c:838:6: warning: no previous prototype for 'GC_debug_free_inner' [-Wmissing-prototypes]
  650. void GC_debug_free_inner(GC_PTR p)
  651.      ^
  652. dbg_mlc.c:926:10: warning: no previous prototype for 'GC_add_smashed' [-Wmissing-prototypes]
  653.     void GC_add_smashed(ptr_t smashed)
  654.          ^
  655. dbg_mlc.c:958:10: warning: no previous prototype for 'GC_check_heap_block' [-Wmissing-prototypes]
  656.     void GC_check_heap_block(register struct hblk *hbp, word dummy)
  657.          ^
  658. dbg_mlc.c:1047:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  659.  static void store_old (obj, my_old_fn, my_old_cd, ofn, ocd)
  660.              ^
  661.   CC       dyn_load.lo
  662. In file included from ./include/private/gc_priv.h:66:0,
  663.                  from dyn_load.c:36:
  664. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  665.  extern char * GC_FreeBSDGetDataStart();
  666.  ^
  667. dyn_load.c:508:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  668.  GC_FirstDLOpenedLinkMap()
  669.  ^
  670.   CC       finalize.lo
  671. In file included from ./include/private/gc_priv.h:66:0,
  672.                  from ./include/private/gc_pmark.h:35,
  673.                  from finalize.c:17:
  674. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  675.  extern char * GC_FreeBSDGetDataStart();
  676.  ^
  677. finalize.c:34:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  678.  typedef void finalization_mark_proc(/* ptr_t finalizable_obj_ptr */);
  679.  ^
  680. finalize.c:112:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  681. void GC_grow_table(table, log_size_ptr)
  682.      ^
  683. finalize.c:392:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  684.  static void GC_mark_togglerefs ()
  685.              ^
  686. finalize.c:408:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  687. static void GC_clear_togglerefs ()
  688.             ^
  689. finalize.c: In function 'ensure_toggleref_capacity':
  690. finalize.c:442:7: warning: unused variable 'old_capacity' [-Wunused-variable]
  691.   int old_capacity = GC_toggleref_array_capacity;
  692.       ^
  693. finalize.c: At top level:
  694. finalize.c:510:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  695.  GC_API void GC_normal_finalize_mark_proc(p)
  696.              ^
  697. finalize.c:522:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  698. GC_API void GC_ignore_self_finalize_mark_proc(p)
  699.             ^
  700. finalize.c:545:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  701.  GC_API void GC_null_finalize_mark_proc(p)
  702.              ^
  703. finalize.c:560:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  704. GC_API void GC_register_finalizer_inner(obj, fn, cd, ofn, ocd, mp)
  705.             ^
  706. finalize.c:766:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  707.  void GC_dump_finalization()
  708.       ^
  709. finalize.c: In function 'GC_remove_dangling_disappearing_links':
  710. finalize.c:823:11: warning: unused variable 'real_ptr' [-Wunused-variable]
  711.      ptr_t real_ptr, real_link;
  712.            ^
  713. finalize.c: In function 'GC_finalize':
  714. finalize.c:874:17: warning: passing argument 1 of 'GC_current_warn_proc' discards 'const' qualifier from pointer target type [enabled by default]
  715.                  WARN("Finalization cycle involving %lx\n", real_ptr);
  716.                  ^
  717. finalize.c:874:17: note: expected 'char *' but argument is of type 'const char *'
  718. finalize.c: At top level:
  719. finalize.c:951:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  720. void GC_enqueue_all_finalizers()
  721.      ^
  722. finalize.c:1010:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  723.  GC_API void GC_finalize_all()
  724.              ^
  725. finalize.c:1083:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  726. void (* GC_finalizer_notifier)() = (void (*) GC_PROTO((void)))0;
  727. ^
  728.  CC       gc_dlopen.lo
  729. In file included from ./include/private/gc_priv.h:66:0,
  730.                 from gc_dlopen.c:26:
  731. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  732.   extern char * GC_FreeBSDGetDataStart();
  733.   ^
  734. gc_dlopen.c:49:15: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  735.   static void disable_gc_for_dlopen()
  736.               ^
  737. gc_dlopen.c: In function 'disable_gc_for_dlopen':
  738. gc_dlopen.c:52:5: warning: implicit declaration of function 'GC_collection_in_progress' [-Wimplicit-function-declaration]
  739.     while (GC_incremental && GC_collection_in_progress()) {
  740.     ^
  741. gc_dlopen.c:52:5: warning: nested extern declaration of 'GC_collection_in_progress' [-Wnested-externs]
  742. gc_dlopen.c: At top level:
  743. gc_dlopen.c:68:10: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  744.    void * GC_dlopen(path, mode)
  745.           ^
  746.   CC       gcj_mlc.lo
  747. In file included from ./include/private/gc_priv.h:66:0,
  748.                  from ./include/private/gc_pmark.h:35,
  749.                  from gcj_mlc.c:39:
  750. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  751.  extern char * GC_FreeBSDGetDataStart();
  752.  ^
  753. In file included from gcj_mlc.c:41:0:
  754. ./include/private/dbg_mlc.h:161:3: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  755.    GC_bool GC_has_other_debug_info(/* p */);
  756.    ^
  757. ./include/private/dbg_mlc.h:173:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  758. ptr_t GC_store_debug_info(/* p, sz, string, integer */);
  759. ^
  760. gcj_mlc.c: In function 'GC_init_gcj_malloc':
  761. gcj_mlc.c:56:18: warning: unused variable 'i' [-Wunused-variable]
  762.     register int i;
  763.                  ^
  764. gcj_mlc.c: At top level:
  765. gcj_mlc.c:109:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  766.  ptr_t GC_clear_stack();
  767.  ^
  768. gcj_mlc.c:124:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  769. static void maybe_finalize()
  770.             ^
  771. gcj_mlc.c: In function 'GC_debug_gcj_malloc':
  772. gcj_mlc.c:210:6: warning: implicit declaration of function 'GC_start_debugging' [-Wimplicit-function-declaration]
  773.      GC_start_debugging();
  774.      ^
  775. gcj_mlc.c:210:6: warning: nested extern declaration of 'GC_start_debugging' [-Wnested-externs]
  776.  CC       headers.lo
  777. In file included from ./include/private/gc_priv.h:66:0,
  778.                 from headers.c:25:
  779. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  780.   extern char * GC_FreeBSDGetDataStart();
  781.   ^
  782. headers.c:110:14: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  783. static hdr * alloc_hdr()
  784.              ^
  785. headers.c:123:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  786.  static void free_hdr(hhdr)
  787.              ^
  788. headers.c:152:16: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  789. static GC_bool get_index(addr)
  790.                ^
  791.  CC       malloc.lo
  792. In file included from ./include/private/gc_priv.h:66:0,
  793.                 from malloc.c:18:
  794. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  795.   extern char * GC_FreeBSDGetDataStart();
  796.   ^
  797. malloc.c:20:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  798. extern ptr_t GC_clear_stack(); /* in misc.c, behaves like identity */
  799. ^
  800. malloc.c:21:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  801.  void GC_extend_size_map(); /* in misc.c. */
  802.  ^
  803. malloc.c:25:9: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  804. GC_bool GC_alloc_reclaim_list(kind)
  805.         ^
  806.  CC       mallocx.lo
  807. In file included from ./include/private/gc_priv.h:66:0,
  808.                 from mallocx.c:25:
  809. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  810.   extern char * GC_FreeBSDGetDataStart();
  811.   ^
  812. mallocx.c:27:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  813. extern ptr_t GC_clear_stack();  /* in misc.c, behaves like identity */
  814. ^
  815. mallocx.c:28:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  816.  void GC_extend_size_map();      /* in misc.c. */
  817.  ^
  818. mallocx.c:29:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  819. GC_bool GC_alloc_reclaim_list(); /* in malloc.c */
  820. ^
  821. mallocx.c:42:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  822.  GC_PTR GC_generic_or_special_malloc(lb,knd)
  823.         ^
  824. mallocx.c:248:6: warning: no previous prototype for 'GC_incr_words_allocd' [-Wmissing-prototypes]
  825.  void GC_incr_words_allocd(size_t n)
  826.       ^
  827. mallocx.c:254:6: warning: no previous prototype for 'GC_incr_mem_freed' [-Wmissing-prototypes]
  828.  void GC_incr_mem_freed(size_t n)
  829.       ^
  830. mallocx.c:330:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  831. extern ptr_t GC_reclaim_generic();
  832. ^
  833. mallocx.c:346:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  834.  void GC_generic_malloc_many(lb, k, result)
  835.       ^
  836. mallocx.c:600:8: warning: no previous prototype for 'GC_memalign' [-Wmissing-prototypes]
  837.  GC_PTR GC_memalign(size_t align, size_t lb)
  838.         ^
  839.   CC       mark.lo
  840. In file included from ./include/private/gc_priv.h:66:0,
  841.                  from ./include/private/gc_pmark.h:35,
  842.                  from mark.c:20:
  843. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  844.  extern char * GC_FreeBSDGetDataStart();
  845.  ^
  846. mark.c: In function 'GC_noop1':
  847. mark.c:38:26: warning: variable 'sink' set but not used [-Wunused-but-set-variable]
  848.     static VOLATILE word sink;
  849.                          ^
  850. mark.c: At top level:
  851. mark.c:129:9: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  852.  GC_bool GC_collection_in_progress()
  853.          ^
  854. mark.c:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  855. static void alloc_mark_stack();
  856. ^
  857. mark.c:1135:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  858.  static void alloc_mark_stack(n)
  859.              ^
  860. mark.c:1528:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  861. void GC_push_marked1(h, hhdr)
  862.      ^
  863. mark.c:1576:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  864.  void GC_push_marked2(h, hhdr)
  865.       ^
  866. mark.c:1625:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  867. void GC_push_marked4(h, hhdr)
  868.      ^
  869. mark.c:1736:9: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  870.  GC_bool GC_block_was_dirty(h, hhdr)
  871.          ^
  872.   CC       mark_rts.lo
  873. In file included from ./include/private/gc_priv.h:66:0,
  874.                  from mark_rts.c:15:
  875. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  876.  extern char * GC_FreeBSDGetDataStart();
  877.  ^
  878. mark_rts.c:101:12: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  879.  static int rt_hash(addr)
  880.             ^
  881. mark_rts.c:119:16: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  882. struct roots * GC_roots_present(b)
  883.                ^
  884. mark_rts.c:133:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  885.  static void add_roots_to_index(p)
  886.              ^
  887. mark_rts.c:278:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  888. static void GC_remove_root_at_pos(i)
  889.             ^
  890. mark_rts.c:289:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  891.  static void GC_rebuild_root_index()
  892.              ^
  893. mark_rts.c:300:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  894. void GC_remove_tmp_roots()
  895.      ^
  896. mark_rts.c:411:20: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  897.  struct exclusion * GC_next_exclusion(start_addr)
  898.                     ^
  899. mark_rts.c:467:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  900. void GC_push_conditional_with_exclusions(bottom, top, all)
  901.      ^
  902. mark_rts.c:555:3: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  903.    void GC_mark_thread_local_free_lists();
  904.    ^
  905.   CC       misc.lo
  906. In file included from ./include/private/gc_priv.h:66:0,
  907.                  from ./include/private/gc_pmark.h:35,
  908.                  from misc.c:25:
  909. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  910.  extern char * GC_FreeBSDGetDataStart();
  911.  ^
  912. misc.c:148:8: warning: no previous prototype for 'GC_default_oom_fn' [-Wmissing-prototypes]
  913. GC_PTR GC_default_oom_fn GC_PROTO((size_t bytes_requested))
  914.        ^
  915. misc.c:157:8: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  916.  void * GC_project2(arg1, arg2)
  917.         ^
  918. misc.c:172:10: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  919.     void GC_init_size_map()
  920.          ^
  921. misc.c:210:10: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  922.      void GC_extend_size_map(i)
  923.           ^
  924. misc.c:292:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  925. ptr_t GC_clear_stack_inner(arg, limit)
  926.       ^
  927. misc.c:312:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  928.  ptr_t GC_clear_stack(arg)
  929.        ^
  930. misc.c: In function 'GC_init':
  931. misc.c:537:4: warning: nested extern declaration of 'GC_init_parallel' [-Wnested-externs]
  932.     extern void GC_init_parallel(void);
  933.     ^
  934. misc.c: At top level:
  935. misc.c:560:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  936. extern void GC_setpagesize();
  937. ^
  938. misc.c:569:6: warning: no previous prototype for 'GC_exit_check' [-Wmissing-prototypes]
  939. void GC_exit_check GC_PROTO((void))
  940.      ^
  941. misc.c:582:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  942.  static void looping_handler(sig)
  943.              ^
  944. misc.c:591:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  945. static void maybe_install_looping_handler()
  946.             ^
  947. misc.c: In function 'GC_init_inner':
  948. misc.c:661:4: warning: passing argument 1 of 'GC_current_warn_proc' discards 'const' qualifier from pointer target type [enabled by default]
  949.    WARN("GC_PAUSE_TIME_TARGET environment variable value too small "
  950.    ^
  951. misc.c:661:4: note: expected 'char *' but argument is of type 'const char *'
  952. misc.c:673:4: warning: passing argument 1 of 'GC_current_warn_proc' discards 'const' qualifier from pointer target type [enabled by default]
  953.    WARN("GC_LARGE_ALLOC_WARN_INTERVAL environment variable has "
  954.    ^
  955. misc.c:673:4: note: expected 'char *' but argument is of type 'const char *'
  956. misc.c:763:6: warning: passing argument 1 of 'GC_current_warn_proc' discards 'const' qualifier from pointer target type [enabled by default]
  957.      WARN("Bad initial heap size %s - ignoring it.\n",
  958.      ^
  959. misc.c:763:6: note: expected 'char *' but argument is of type 'const char *'
  960. misc.c:774:6: warning: passing argument 1 of 'GC_current_warn_proc' discards 'const' qualifier from pointer target type [enabled by default]
  961.      WARN("Bad maximum heap size %s - ignoring it.\n",
  962.      ^
  963. misc.c:774:6: note: expected 'char *' but argument is of type 'const char *'
  964. misc.c: At top level:
  965. misc.c:950:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  966.  int GC_write(fd, buf, len)
  967.      ^
  968. misc.c:1060:10: warning: no previous prototype for 'GC_default_warn_proc' [-Wmissing-prototypes]
  969.      void GC_default_warn_proc(char *msg, GC_word arg)
  970.           ^
  971.   CC       new_hblk.lo
  972. In file included from ./include/private/gc_priv.h:66:0,
  973.                  from new_hblk.c:23:
  974. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  975.  extern char * GC_FreeBSDGetDataStart();
  976.  ^
  977. new_hblk.c:30:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  978.  ptr_t GC_build_fl1(h, ofl)
  979.        ^
  980. new_hblk.c:52:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  981. ptr_t GC_build_fl_clear2(h, ofl)
  982.       ^
  983. new_hblk.c:74:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  984.  ptr_t GC_build_fl_clear3(h, ofl)
  985.        ^
  986. new_hblk.c:94:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  987. ptr_t GC_build_fl_clear4(h, ofl)
  988.       ^
  989. new_hblk.c:116:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  990.  ptr_t GC_build_fl2(h, ofl)
  991.        ^
  992. new_hblk.c:134:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  993. ptr_t GC_build_fl4(h, ofl)
  994.       ^
  995.  CC       obj_map.lo
  996. In file included from ./include/private/gc_priv.h:66:0,
  997.                 from obj_map.c:22:
  998. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  999.   extern char * GC_FreeBSDGetDataStart();
  1000.   ^
  1001.   CC       os_dep.lo
  1002. In file included from ./include/private/gc_priv.h:66:0,
  1003.                  from os_dep.c:17:
  1004. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1005.  extern char * GC_FreeBSDGetDataStart();
  1006.  ^
  1007. os_dep.c:648:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1008.  void GC_disable_signals()
  1009.       ^
  1010. os_dep.c:677:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1011. void GC_enable_signals()
  1012.      ^
  1013. os_dep.c:715:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1014.   void GC_setpagesize()
  1015.        ^
  1016. os_dep.c:819:12: warning: no previous prototype for 'GC_set_and_save_fault_handler' [-Wmissing-prototypes]
  1017.        void GC_set_and_save_fault_handler(handler h)
  1018.             ^
  1019. os_dep.c:870:10: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1020.     void GC_fault_handler(sig)
  1021.          ^
  1022. os_dep.c:876:10: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1023.      void GC_setup_temporary_fault_handler()
  1024.           ^
  1025. os_dep.c:881:10: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1026.     void GC_reset_fault_handler()
  1027.          ^
  1028. os_dep.c:901:11: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1029.      ptr_t GC_find_limit(p, up)
  1030.            ^
  1031. os_dep.c:1111:9: warning: no previous prototype for 'GC_freebsd_stack_base' [-Wmissing-prototypes]
  1032.    ptr_t GC_freebsd_stack_base(void)
  1033.          ^
  1034. os_dep.c: In function 'GC_get_stack_base':
  1035. os_dep.c:1133:10: warning: unused variable 'dummy' [-Wunused-variable]
  1036.      word dummy;
  1037.           ^
  1038. os_dep.c: At top level:
  1039. os_dep.c:1534:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1040. ptr_t GC_FreeBSDGetDataStart(max_page_size, etext_addr)
  1041.       ^
  1042. os_dep.c:2251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1043.  extern void GC_push_all_stacks();
  1044.  ^
  1045. os_dep.c:2253:6: warning: no previous prototype for 'GC_default_push_other_roots' [-Wmissing-prototypes]
  1046.  void GC_default_push_other_roots GC_PROTO((void))
  1047.       ^
  1048. os_dep.c:4308:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1049. void GC_print_callers (info)
  1050.      ^
  1051.  CC       pcr_interface.lo
  1052. In file included from ./include/private/gc_priv.h:66:0,
  1053.                 from pcr_interface.c:13:
  1054. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1055.   extern char * GC_FreeBSDGetDataStart();
  1056.   ^
  1057.   CC       ptr_chck.lo
  1058. In file included from ./include/private/gc_priv.h:66:0,
  1059.                  from ./include/private/gc_pmark.h:35,
  1060.                  from ptr_chck.c:19:
  1061. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1062.  extern char * GC_FreeBSDGetDataStart();
  1063.  ^
  1064. ptr_chck.c:22:6: warning: no previous prototype for 'GC_default_same_obj_print_proc' [-Wmissing-prototypes]
  1065. void GC_default_same_obj_print_proc(GC_PTR p, GC_PTR q)
  1066.      ^
  1067. ptr_chck.c:118:6: warning: no previous prototype for 'GC_default_is_valid_displacement_print_proc' [-Wmissing-prototypes]
  1068. void GC_default_is_valid_displacement_print_proc (GC_PTR p)
  1069.      ^
  1070. ptr_chck.c:178:6: warning: no previous prototype for 'GC_default_is_visible_print_proc' [-Wmissing-prototypes]
  1071. void GC_default_is_visible_print_proc(GC_PTR p)
  1072.      ^
  1073. ptr_chck.c:193:9: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1074.  GC_bool GC_on_stack(p)
  1075.          ^
  1076.   CC       real_malloc.lo
  1077.   CC       reclaim.lo
  1078. In file included from ./include/private/gc_priv.h:66:0,
  1079.                  from reclaim.c:18:
  1080. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1081.  extern char * GC_FreeBSDGetDataStart();
  1082.  ^
  1083. reclaim.c:39:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1084.  void GC_add_leaked(leaked)
  1085.       ^
  1086. reclaim.c:167:9: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1087. GC_bool GC_block_nearly_full1(hhdr, pat1)
  1088.         ^
  1089. reclaim.c:188:9: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1090.  GC_bool GC_block_nearly_full3(hhdr, pat1, pat2, pat3)
  1091.          ^
  1092. reclaim.c:220:9: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1093. GC_bool GC_block_nearly_full(hhdr)
  1094.         ^
  1095. reclaim.c:310:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1096.  ptr_t GC_reclaim_clear(hbp, hhdr, sz, list COUNT_PARAM)
  1097.        ^
  1098. reclaim.c:366:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1099. ptr_t GC_reclaim_clear2(hbp, hhdr, list COUNT_PARAM)
  1100.       ^
  1101. reclaim.c:409:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1102.  ptr_t GC_reclaim_clear4(hbp, hhdr, list COUNT_PARAM)
  1103.        ^
  1104. reclaim.c:463:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1105. ptr_t GC_reclaim_uninit(hbp, hhdr, sz, list COUNT_PARAM)
  1106.       ^
  1107. reclaim.c:495:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1108.  void GC_reclaim_check(hbp, hhdr, sz)
  1109.       ^
  1110. reclaim.c:525:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1111. ptr_t GC_reclaim_uninit2(hbp, hhdr, list COUNT_PARAM)
  1112.       ^
  1113. reclaim.c:567:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1114.  ptr_t GC_reclaim_uninit4(hbp, hhdr, list COUNT_PARAM)
  1115.        ^
  1116. reclaim.c:617:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1117. ptr_t GC_reclaim1(hbp, hhdr, list COUNT_PARAM)
  1118.       ^
  1119. reclaim.c:661:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1120.  ptr_t GC_reclaim_generic(hbp, hhdr, sz, init, list COUNT_PARAM)
  1121.        ^
  1122. reclaim.c:721:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1123. void GC_reclaim_small_nonempty_block(hbp, report_if_found COUNT_PARAM)
  1124.      ^
  1125. reclaim.c:752:10: warning: no previous prototype for 'GC_reclaim_block' [-Wmissing-prototypes]
  1126.     void GC_reclaim_block(register struct hblk *hbp, word report_if_found)
  1127.          ^
  1128. reclaim.c:835:12: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1129.  static int set_bits(n)
  1130.             ^
  1131. reclaim.c:849:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1132. int GC_n_set_marks(hhdr)
  1133.     ^
  1134. reclaim.c:865:10: warning: no previous prototype for 'GC_print_block_descr' [-Wmissing-prototypes]
  1135.     void GC_print_block_descr(struct hblk *h, word dummy)
  1136.          ^
  1137. reclaim.c:909:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1138.  void GC_clear_fl_links(flp)
  1139.       ^
  1140.   CC       solaris_pthreads.lo
  1141. In file included from ./include/private/gc_priv.h:66:0,
  1142.                  from solaris_pthreads.c:19:
  1143. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1144.  extern char * GC_FreeBSDGetDataStart();
  1145.  ^
  1146.  CC       solaris_threads.lo
  1147. In file included from ./include/private/gc_priv.h:66:0,
  1148.                 from solaris_threads.c:19:
  1149. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1150.   extern char * GC_FreeBSDGetDataStart();
  1151.   ^
  1152.   CC       specific.lo
  1153. In file included from ./include/private/gc_priv.h:66:0,
  1154.                  from specific.c:14:
  1155. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1156.  extern char * GC_FreeBSDGetDataStart();
  1157.  ^
  1158.  CC       stubborn.lo
  1159. In file included from ./include/private/gc_priv.h:66:0,
  1160.                 from stubborn.c:17:
  1161. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1162.   extern char * GC_FreeBSDGetDataStart();
  1163.   ^
  1164.   CC       typd_mlc.lo
  1165. In file included from ./include/private/gc_priv.h:66:0,
  1166.                  from ./include/private/gc_pmark.h:35,
  1167.                  from typd_mlc.c:39:
  1168. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1169.  extern char * GC_FreeBSDGetDataStart();
  1170.  ^
  1171. typd_mlc.c:104:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1172.  signed_word GC_add_ext_descriptor(bm, nbits)
  1173.              ^
  1174. typd_mlc.c:169:10: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1175. GC_descr GC_double_descr(descriptor, nwords)
  1176.          ^
  1177. typd_mlc.c:180:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1178.  complex_descriptor * GC_make_sequence_descriptor();
  1179.  ^
  1180. typd_mlc.c:201:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1181. int GC_make_array_descriptor(nelements, size, descriptor,
  1182.     ^
  1183. typd_mlc.c:301:22: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1184.  complex_descriptor * GC_make_sequence_descriptor(first, second)
  1185.                       ^
  1186. typd_mlc.c:352:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1187. void GC_init_explicit_typing()
  1188.      ^
  1189. typd_mlc.c:442:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1190.  word GC_descr_obj_size(d)
  1191.       ^
  1192. typd_mlc.c:462:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1193. mse * GC_push_complex_descriptor(addr, d, msp, msl)
  1194.       ^
  1195. typd_mlc.c:621:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1196.  ptr_t GC_clear_stack();
  1197.  ^
  1198. typd_mlc.c: In function 'GC_calloc_explicitly_typed':
  1199. typd_mlc.c:791:8: warning: nested extern declaration of 'GC_finalization_failures' [-Wnested-externs]
  1200.         extern unsigned GC_finalization_failures;
  1201.         ^
  1202.   CC       backgraph.lo
  1203.   CC       win32_threads.lo
  1204. In file included from ./include/private/gc_priv.h:66:0,
  1205.                  from win32_threads.c:1:
  1206. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1207.  extern char * GC_FreeBSDGetDataStart();
  1208.  ^
  1209.  CC       pthread_support.lo
  1210. In file included from ./include/private/gc_priv.h:66:0,
  1211.                 from ./include/private/pthread_support.h:4,
  1212.                 from pthread_support.c:50:
  1213. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1214.   extern char * GC_FreeBSDGetDataStart();
  1215.   ^
  1216. pthread_support.c:182:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1217. void GC_thr_init();
  1218. ^
  1219. pthread_support.c:186:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1220.  void GC_init_parallel();
  1221.  ^
  1222. pthread_support.c:283:6: warning: no previous prototype for 'GC_init_thread_local' [-Wmissing-prototypes]
  1223.  void GC_init_thread_local(GC_thread p)
  1224.       ^
  1225. pthread_support.c:330:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1226. extern GC_PTR GC_generic_malloc_many();
  1227. ^
  1228. pthread_support.c:332:8: warning: no previous prototype for 'GC_local_malloc' [-Wmissing-prototypes]
  1229. GC_PTR GC_local_malloc(size_t bytes)
  1230.        ^
  1231. pthread_support.c:380:8: warning: no previous prototype for 'GC_local_malloc_atomic' [-Wmissing-prototypes]
  1232. GC_PTR GC_local_malloc_atomic(size_t bytes)
  1233.        ^
  1234. pthread_support.c:418:8: warning: no previous prototype for 'GC_local_gcj_malloc' [-Wmissing-prototypes]
  1235. GC_PTR GC_local_gcj_malloc(size_t bytes,
  1236.        ^
  1237. pthread_support.c:463:8: warning: no previous prototype for 'GC_local_gcj_fast_malloc' [-Wmissing-prototypes]
  1238. void * GC_local_gcj_fast_malloc(size_t lw, void * ptr_to_struct_containing_descr)
  1239.        ^
  1240. pthread_support.c:613:24: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1241.  static __inline__ void start_mark_threads()
  1242.                         ^
  1243. pthread_support.c:660:6: warning: no previous prototype for 'GC_mark_thread_local_free_lists' [-Wmissing-prototypes]
  1244.  void GC_mark_thread_local_free_lists(void)
  1245.       ^
  1246. pthread_support.c:752:11: warning: no previous prototype for 'GC_new_thread' [-Wmissing-prototypes]
  1247.  GC_thread GC_new_thread(pthread_t id)
  1248.            ^
  1249. pthread_support.c:783:6: warning: no previous prototype for 'GC_delete_thread' [-Wmissing-prototypes]
  1250.  void GC_delete_thread(pthread_t id)
  1251.       ^
  1252. pthread_support.c:992:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1253. extern GC_bool GC_collection_in_progress();
  1254. ^
  1255. pthread_support.c:993:6: warning: no previous prototype for 'GC_wait_for_gc_completion' [-Wmissing-prototypes]
  1256. void GC_wait_for_gc_completion(GC_bool wait_for_all)
  1257.      ^
  1258. pthread_support.c: In function 'GC_thr_init':
  1259. pthread_support.c:1157:2: warning: passing argument 1 of 'GC_current_warn_proc' discards 'const' qualifier from pointer target type [enabled by default]
  1260.  WARN("GC_get_nprocs() returned %ld\n", GC_nprocs);
  1261.  ^
  1262. pthread_support.c:1157:2: note: expected 'char *' but argument is of type 'const char *'
  1263. pthread_support.c: At top level:
  1264. pthread_support.c:1206:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1265.  void GC_init_parallel()
  1266.       ^
  1267. pthread_support.c:1243:6: warning: no previous prototype for 'GC_start_blocking' [-Wmissing-prototypes]
  1268.  void GC_start_blocking(void) {
  1269.       ^
  1270. pthread_support.c:1272:6: warning: no previous prototype for 'GC_end_blocking' [-Wmissing-prototypes]
  1271.  void GC_end_blocking(void) {
  1272.       ^
  1273. pthread_support.c:158:25: warning: no previous prototype for 'GC_sleep' [-Wmissing-prototypes]
  1274.  #   define WRAP_FUNC(f) GC_##f
  1275.                          ^
  1276. pthread_support.c:1286:5: note: in expansion of macro 'WRAP_FUNC'
  1277.  int WRAP_FUNC(sleep) (unsigned int seconds)
  1278.      ^
  1279. pthread_support.c:1309:6: warning: no previous prototype for 'GC_thread_exit_proc' [-Wmissing-prototypes]
  1280.  void GC_thread_exit_proc(void *arg)
  1281.       ^
  1282. pthread_support.c:1400:8: warning: no previous prototype for 'GC_start_routine_head' [-Wmissing-prototypes]
  1283.  void * GC_start_routine_head(void * arg, void *base_addr,
  1284.         ^
  1285. pthread_support.c: In function 'GC_start_routine_head':
  1286. pthread_support.c:1404:12: warning: unused variable 'result' [-Wunused-variable]
  1287.      void * result;
  1288.             ^
  1289. pthread_support.c: At top level:
  1290. pthread_support.c:1493:8: warning: no previous prototype for 'GC_start_routine' [-Wmissing-prototypes]
  1291.  void * GC_start_routine(void * arg)
  1292.         ^
  1293. pthread_support.c: In function 'GC_start_routine':
  1294. pthread_support.c:1496:25: warning: unused variable 'si' [-Wunused-variable]
  1295.      struct start_info * si = arg;
  1296.                          ^
  1297. pthread_support.c: At top level:
  1298. pthread_support.c:1635:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1299. void GC_pause()
  1300.      ^
  1301. pthread_support.c:1684:6: warning: no previous prototype for 'GC_generic_lock' [-Wmissing-prototypes]
  1302. void GC_generic_lock(pthread_mutex_t * lock)
  1303.      ^
  1304. pthread_support.c:1859:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1305.  void GC_wait_builder()
  1306.       ^
  1307.   CC       pthread_stop_world.lo
  1308. In file included from ./include/private/gc_priv.h:66:0,
  1309.                  from ./include/private/pthread_support.h:4,
  1310.                  from pthread_stop_world.c:1:
  1311. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1312.  extern char * GC_FreeBSDGetDataStart();
  1313.  ^
  1314. pthread_stop_world.c:68:6: warning: no previous prototype for 'GC_remove_allowed_signals' [-Wmissing-prototypes]
  1315. void GC_remove_allowed_signals(sigset_t *set)
  1316.      ^
  1317. pthread_stop_world.c: In function '_GC_suspend_handler':
  1318. pthread_stop_world.c:156:6: warning: passing argument 1 of 'GC_current_warn_proc' discards 'const' qualifier from pointer target type [enabled by default]
  1319.      WARN("Duplicate suspend signal in thread %lx\n",
  1320.      ^
  1321. pthread_stop_world.c:156:6: note: expected 'char *' but argument is of type 'const char *'
  1322. pthread_stop_world.c: At top level:
  1323. pthread_stop_world.c:204:6: warning: no previous prototype for 'GC_suspend_handler' [-Wmissing-prototypes]
  1324. void GC_suspend_handler(int sig)
  1325.      ^
  1326. pthread_stop_world.c:246:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1327.  static void pthread_push_all_stacks()
  1328.              ^
  1329. pthread_stop_world.c:321:6: warning: no previous prototype for 'GC_restart_handler' [-Wmissing-prototypes]
  1330.  void GC_restart_handler(int sig)
  1331.       ^
  1332. pthread_stop_world.c:330:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1333. void GC_push_all_stacks()
  1334.      ^
  1335. pthread_stop_world.c:360:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1336.  int GC_suspend_all()
  1337.      ^
  1338. pthread_stop_world.c:407:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1339. static void pthread_stop_world()
  1340.             ^
  1341. pthread_stop_world.c: In function 'pthread_stop_world':
  1342. pthread_stop_world.c:440:9: warning: passing argument 1 of 'GC_current_warn_proc' discards 'const' qualifier from pointer target type [enabled by default]
  1343.         WARN("Lost some threads during GC_stop_world?!\n",0);
  1344.         ^
  1345. pthread_stop_world.c:440:9: note: expected 'char *' but argument is of type 'const char *'
  1346. pthread_stop_world.c: At top level:
  1347. pthread_stop_world.c:635:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1348.  static void pthread_start_world()
  1349.              ^
  1350. pthread_stop_world.c:715:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1351. static void pthread_stop_init() {
  1352.             ^
  1353.  CC       darwin_stop_world.lo
  1354. In file included from ./include/private/gc_priv.h:66:0,
  1355.                 from ./include/private/pthread_support.h:4,
  1356.                 from darwin_stop_world.c:1:
  1357. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1358.   extern char * GC_FreeBSDGetDataStart();
  1359.   ^
  1360.   CC       openbsd_stop_world.lo
  1361. In file included from ./include/private/gc_priv.h:66:0,
  1362.                  from ./include/private/pthread_support.h:4,
  1363.                  from openbsd_stop_world.c:1:
  1364. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1365.  extern char * GC_FreeBSDGetDataStart();
  1366.  ^
  1367.  CC       mach_dep.lo
  1368. In file included from ./include/private/gc_priv.h:66:0,
  1369.                 from mach_dep.c:15:
  1370. ./include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1371.   extern char * GC_FreeBSDGetDataStart();
  1372.   ^
  1373. mach_dep.c:407:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1374. void GC_with_callee_saves_pushed(fn, arg)
  1375.      ^
  1376. mach_dep.c: In function 'GC_with_callee_saves_pushed':
  1377. mach_dep.c:408:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1378.  void (*fn)();
  1379.  ^
  1380.   CCLD     libmonogc.la
  1381. libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
  1382.   CCLD     libmonogc-static.la
  1383. gmake[3]: Leaving directory '/usr/home/freebsd/git/monobsd/libgc'
  1384. gmake[2]: Leaving directory '/usr/home/freebsd/git/monobsd/libgc'
  1385. Making all in eglib
  1386. gmake[2]: Entering directory '/usr/home/freebsd/git/monobsd/eglib'
  1387. (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/freebsd/git/monobsd/missing autoheader)
  1388. rm -f stamp-h1
  1389. touch config.h.in
  1390. cd . && /bin/sh ./config.status config.h
  1391. config.status: creating config.h
  1392. config.status: config.h is unchanged
  1393. gmake  all-recursive
  1394. gmake[3]: Entering directory '/usr/home/freebsd/git/monobsd/eglib'
  1395. Making all in m4
  1396. gmake[4]: Entering directory '/usr/home/freebsd/git/monobsd/eglib/m4'
  1397. gmake[4]: Nothing to be done for 'all'.
  1398. gmake[4]: Leaving directory '/usr/home/freebsd/git/monobsd/eglib/m4'
  1399. Making all in src
  1400. gmake[4]: Entering directory '/usr/home/freebsd/git/monobsd/eglib/src'
  1401.   CC       libeglib_la-garray.lo
  1402.   CC       libeglib_la-gbytearray.lo
  1403.   CC       libeglib_la-gerror.lo
  1404.   CC       libeglib_la-ghashtable.lo
  1405.   CC       libeglib_la-giconv.lo
  1406.   CC       libeglib_la-gmem.lo
  1407.   CC       libeglib_la-goutput.lo
  1408.   CC       libeglib_la-gqsort.lo
  1409.   CC       libeglib_la-gstr.lo
  1410.   CC       libeglib_la-gslist.lo
  1411.   CC       libeglib_la-gstring.lo
  1412.   CC       libeglib_la-gptrarray.lo
  1413.   CC       libeglib_la-glist.lo
  1414.   CC       libeglib_la-gqueue.lo
  1415.   CC       libeglib_la-gpath.lo
  1416.   CC       libeglib_la-gshell.lo
  1417.   CC       libeglib_la-gspawn.lo
  1418.   CC       libeglib_la-gfile.lo
  1419.   CC       libeglib_la-gfile-posix.lo
  1420.   CC       libeglib_la-gpattern.lo
  1421.   CC       libeglib_la-gmarkup.lo
  1422.   CC       libeglib_la-gutf8.lo
  1423.   CC       libeglib_la-gunicode.lo
  1424.   CC       libeglib_la-gdate-unix.lo
  1425.   CC       libeglib_la-gdir-unix.lo
  1426.   CC       libeglib_la-gfile-unix.lo
  1427.   CC       libeglib_la-gmisc-unix.lo
  1428.   CC       libeglib_la-gmodule-unix.lo
  1429.   CC       libeglib_la-gtimer-unix.lo
  1430.   CCLD     libeglib.la
  1431. gmake[4]: Leaving directory '/usr/home/freebsd/git/monobsd/eglib/src'
  1432. Making all in test
  1433. gmake[4]: Entering directory '/usr/home/freebsd/git/monobsd/eglib/test'
  1434.   CC       test_eglib-test.o
  1435.   CC       test_eglib-driver.o
  1436.   CC       test_eglib-hashtable.o
  1437.   CC       test_eglib-string-util.o
  1438.   CC       test_eglib-string.o
  1439.   CC       test_eglib-slist.o
  1440.   CC       test_eglib-sizes.o
  1441.   CC       test_eglib-ptrarray.o
  1442.   CC       test_eglib-list.o
  1443.   CC       test_eglib-array.o
  1444.   CC       test_eglib-fake.o
  1445.   CC       test_eglib-path.o
  1446.   CC       test_eglib-queue.o
  1447.   CC       test_eglib-shell.o
  1448.   CC       test_eglib-spawn.o
  1449.   CC       test_eglib-timer.o
  1450.   CC       test_eglib-file.o
  1451.   CC       test_eglib-pattern.o
  1452.   CC       test_eglib-dir.o
  1453.   CC       test_eglib-markup.o
  1454.   CC       test_eglib-unicode.o
  1455.   CC       test_eglib-utf8.o
  1456.   CC       test_eglib-endian.o
  1457.   CC       test_eglib-module.o
  1458.   CC       test_eglib-memory.o
  1459.   CCLD     test-eglib
  1460. gmake[4]: Leaving directory '/usr/home/freebsd/git/monobsd/eglib/test'
  1461. gmake[4]: Entering directory '/usr/home/freebsd/git/monobsd/eglib'
  1462. gmake[4]: Leaving directory '/usr/home/freebsd/git/monobsd/eglib'
  1463. gmake[3]: Leaving directory '/usr/home/freebsd/git/monobsd/eglib'
  1464. gmake[2]: Leaving directory '/usr/home/freebsd/git/monobsd/eglib'
  1465. Making all in mono
  1466. gmake[2]: Entering directory '/usr/home/freebsd/git/monobsd/mono'
  1467. Making all in arch
  1468. gmake[3]: Entering directory '/usr/home/freebsd/git/monobsd/mono/arch'
  1469. gmake[4]: Entering directory '/usr/home/freebsd/git/monobsd/mono/arch'
  1470. gmake[4]: Nothing to be done for 'all-am'.
  1471. gmake[4]: Leaving directory '/usr/home/freebsd/git/monobsd/mono/arch'
  1472. gmake[3]: Leaving directory '/usr/home/freebsd/git/monobsd/mono/arch'
  1473. Making all in utils
  1474. gmake[3]: Entering directory '/usr/home/freebsd/git/monobsd/mono/utils'
  1475. gmake  all-am
  1476. gmake[4]: Entering directory '/usr/home/freebsd/git/monobsd/mono/utils'
  1477.   CC       mono-md5.lo
  1478.   CC       mono-sha1.lo
  1479.   CC       mono-logger.lo
  1480.   CC       mono-codeman.lo
  1481.   CC       dlmalloc.lo
  1482.   CC       mono-counters.lo
  1483.   CC       mono-dl.lo
  1484.   CC       mono-dl-windows.lo
  1485.   CC       mono-dl-darwin.lo
  1486.   CC       mono-dl-posix.lo
  1487.   CC       mono-internal-hash.lo
  1488.   CC       mono-io-portability.lo
  1489.   CC       monobitset.lo
  1490.   CC       mono-filemap.lo
  1491.   CC       mono-math.lo
  1492.   CC       mono-mmap.lo
  1493.   CC       mono-networkinterfaces.lo
  1494.   CC       mono-proclib.lo
  1495.   CC       mono-publib.lo
  1496.   CC       mono-time.lo
  1497.   CC       strenc.lo
  1498.   CC       mono-uri.lo
  1499.   CC       mono-poll.lo
  1500.   CC       mono-path.lo
  1501.   CC       mono-stdlib.lo
  1502.   CC       mono-property-hash.lo
  1503.   CC       mono-value-hash.lo
  1504.   CC       mono-error.lo
  1505.   CC       mach-support.lo
  1506.   CC       mono-context.lo
  1507.   CC       hazard-pointer.lo
  1508.   CC       lock-free-queue.lo
  1509.   CC       lock-free-alloc.lo
  1510.   CC       lock-free-array-queue.lo
  1511.   CC       mono-linked-list-set.lo
  1512.   CC       mono-threads.lo
  1513.   CC       mono-threads-state-machine.lo
  1514.   CC       mono-threads-posix.lo
  1515.   CC       mono-threads-posix-signals.lo
  1516.   CC       mono-threads-mach.lo
  1517.   CC       mono-threads-mach-helper.lo
  1518.   CC       mono-threads-windows.lo
  1519.   CC       mono-threads-linux.lo
  1520.   CC       mono-threads-freebsd.lo
  1521. mono-threads-freebsd.c: In function 'mono_threads_core_get_stack_bounds':
  1522. mono-threads-freebsd.c:13:10: warning: unused variable 'current' [-Wunused-variable]
  1523.   guint8 *current = (guint8*)&attr;
  1524.           ^
  1525.   CC       mono-threads-openbsd.lo
  1526.   CC       mono-threads-android.lo
  1527.   CC       mono-threads-coop.lo
  1528. mono-threads-coop.c:84:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1529. return_stack_ptr ()
  1530. ^
  1531. mono-threads-coop.c: In function 'return_stack_ptr':
  1532. mono-threads-coop.c:87:2: warning: function returns address of local variable [-Wreturn-local-addr]
  1533.  return &i;
  1534.  ^
  1535.  CC       mono-threads-mach-abort-syscall.lo
  1536.  CC       mono-threads-posix-abort-syscall.lo
  1537.  CC       mono-threads-windows-abort-syscall.lo
  1538.  CC       mono-tls.lo
  1539.  CC       atomic.lo
  1540.  CC       mono-hwcap.lo
  1541.  CC       bsearch.lo
  1542.  CC       mono-conc-hashtable.lo
  1543.  CC       sha1.lo
  1544.  CC       json.lo
  1545.  CC       networking.lo
  1546.  CC       networking-posix.lo
  1547.  CC       networking-fallback.lo
  1548.  CC       networking-missing.lo
  1549.  CC       networking-windows.lo
  1550.  CC       mono-rand.lo
  1551.  CC       memfuncs.lo
  1552.  CC       parse.lo
  1553.  CC       checked-build.lo
  1554.  CC       mach-support-amd64.lo
  1555.  CC       mono-hwcap-x86.lo
  1556.  CCLD     libmonoutils.la
  1557. gmake[4]: Leaving directory '/usr/home/freebsd/git/monobsd/mono/utils'
  1558. gmake[3]: Leaving directory '/usr/home/freebsd/git/monobsd/mono/utils'
  1559. Making all in io-layer
  1560. gmake[3]: Entering directory '/usr/home/freebsd/git/monobsd/mono/io-layer'
  1561.  CC       context.lo
  1562.  CC       error.lo
  1563.  CC       events.lo
  1564.  CC       handles.lo
  1565.  CC       io.lo
  1566.  CC       io-portability.lo
  1567.  CC       locking.lo
  1568.  CC       messages.lo
  1569.  CC       mutexes.lo
  1570.  CC       posix.lo
  1571.  CC       processes.lo
  1572. processes.c: In function 'get_process_name_from_proc':
  1573. processes.c:1852:7: warning: unused variable 'buf' [-Wunused-variable]
  1574.  char buf[256];
  1575.       ^
  1576.  CC       security.lo
  1577.  CC       semaphores.lo
  1578.  CC       shared.lo
  1579.  CC       sockets.lo
  1580.  CC       timefuncs.lo
  1581.  CC       versioninfo.lo
  1582.  CC       wait.lo
  1583. wait.c: In function 'wapi_WaitForMultipleObjectsEx':
  1584. wait.c:615:48: warning: 'end' may be used uninitialized in this function [-Wmaybe-uninitialized]
  1585.      ret = _wapi_handle_timedwait_signal ((end - now) / 10 / 1000, poll, &apc_pending);
  1586.                                                ^
  1587.  CC       wapi_glob.lo
  1588.  CC       wthreads.lo
  1589.  CCLD     libwapi.la
  1590. gmake[3]: Leaving directory '/usr/home/freebsd/git/monobsd/mono/io-layer'
  1591. Making all in cil
  1592. gmake[3]: Entering directory '/usr/home/freebsd/git/monobsd/mono/cil'
  1593. gmake[3]: Nothing to be done for 'all'.
  1594. gmake[3]: Leaving directory '/usr/home/freebsd/git/monobsd/mono/cil'
  1595. Making all in metadata
  1596. gmake[3]: Entering directory '/usr/home/freebsd/git/monobsd/mono/metadata'
  1597.  CC       libmonoruntime_config_la-mono-config-dirs.lo
  1598.  CCLD     libmonoruntime-config.la
  1599.  CC       libmonoruntime_la-console-unix.lo
  1600.  CC       libmonoruntime_la-assembly.lo
  1601.  CC       libmonoruntime_la-attach.lo
  1602.  CC       libmonoruntime_la-class.lo
  1603.  CC       libmonoruntime_la-cominterop.lo
  1604.  CC       libmonoruntime_la-coree.lo
  1605.  CC       libmonoruntime_la-debug-helpers.lo
  1606.  CC       libmonoruntime_la-debug-mono-symfile.lo
  1607.  CC       libmonoruntime_la-debug-mono-ppdb.lo
  1608.  CC       libmonoruntime_la-decimal-ms.lo
  1609.  CC       libmonoruntime_la-environment.lo
  1610.  CC       libmonoruntime_la-exception.lo
  1611.  CC       libmonoruntime_la-file-io.lo
  1612.  CC       libmonoruntime_la-filewatcher.lo
  1613.  CC       libmonoruntime_la-icall.lo
  1614. icall.c:1175:1: warning: 'get_caller' defined but not used [-Wunused-function]
  1615. get_caller (MonoMethod *m, gint32 no, gint32 ilo, gboolean managed, gpointer data)
  1616. ^
  1617.  CC       libmonoruntime_la-image.lo
  1618.  CC       libmonoruntime_la-jit-info.lo
  1619.  CC       libmonoruntime_la-loader.lo
  1620.  CC       libmonoruntime_la-locales.lo
  1621.  CC       libmonoruntime_la-lock-tracer.lo
  1622.  CC       libmonoruntime_la-marshal.lo
  1623. marshal.c: In function 'mono_marshal_emit_native_wrapper':
  1624. marshal.c:7227:22: warning: 'coop_gc_var' may be used uninitialized in this function [-Wmaybe-uninitialized]
  1625.   mono_mb_emit_ldloc (mb, coop_gc_var);
  1626.                      ^
  1627. marshal.c:7228:27: warning: 'coop_gc_stack_dummy' may be used uninitialized in this function [-Wmaybe-uninitialized]
  1628.   mono_mb_emit_ldloc_addr (mb, coop_gc_stack_dummy);
  1629.                           ^
  1630. marshal.c: In function 'mono_marshal_emit_managed_wrapper':
  1631. marshal.c:7914:27: warning: 'coop_gc_dummy_local' may be used uninitialized in this function [-Wmaybe-uninitialized]
  1632.   mono_mb_emit_ldloc_addr (mb, coop_gc_dummy_local);
  1633.                           ^
  1634. marshal.c:7913:22: warning: 'coop_gc_var' may be used uninitialized in this function [-Wmaybe-uninitialized]
  1635.   mono_mb_emit_ldloc (mb, coop_gc_var);
  1636.                      ^
  1637. marshal.c: In function 'mono_marshal_get_thunk_invoke_wrapper':
  1638. marshal.c:11407:27: warning: 'coop_gc_dummy_local' may be used uninitialized in this function [-Wmaybe-uninitialized]
  1639.   mono_mb_emit_ldloc_addr (mb, coop_gc_dummy_local);
  1640.                           ^
  1641. marshal.c:11406:22: warning: 'coop_gc_var' may be used uninitialized in this function [-Wmaybe-uninitialized]
  1642.   mono_mb_emit_ldloc (mb, coop_gc_var);
  1643.                      ^
  1644.  CC       libmonoruntime_la-mempool.lo
  1645.  CC       libmonoruntime_la-metadata.lo
  1646. metadata.c: In function 'free_inflated_method':
  1647. metadata.c:2796:6: warning: unused variable 'i' [-Wunused-variable]
  1648.  int i;
  1649.      ^
  1650.  CC       libmonoruntime_la-metadata-verify.lo
  1651.  CC       libmonoruntime_la-method-builder.lo
  1652.  CC       libmonoruntime_la-mono-basic-block.lo
  1653.  CC       libmonoruntime_la-mono-config.lo
  1654.  CC       libmonoruntime_la-mono-debug.lo
  1655.  CC       libmonoruntime_la-mono-endian.lo
  1656.  CC       libmonoruntime_la-mono-mlist.lo
  1657.  CC       libmonoruntime_la-mono-perfcounters.lo
  1658.  CC       libmonoruntime_la-mono-route.lo
  1659.  CC       libmonoruntime_la-nacl-stub.lo
  1660.  CC       libmonoruntime_la-number-ms.lo
  1661.  CC       libmonoruntime_la-opcodes.lo
  1662.  CC       libmonoruntime_la-socket-io.lo
  1663. socket-io.c: In function 'Socket_to_SOCKET':
  1664. socket-io.c:1743:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  1665.  return (SOCKET) safe_handle->handle;
  1666.         ^
  1667.  CC       libmonoruntime_la-process.lo
  1668.  CC       libmonoruntime_la-profiler.lo
  1669.  CC       libmonoruntime_la-rand.lo
  1670.  CC       libmonoruntime_la-remoting.lo
  1671.  CC       libmonoruntime_la-runtime.lo
  1672.  CC       libmonoruntime_la-mono-security.lo
  1673.  CC       libmonoruntime_la-security-core-clr.lo
  1674.  CC       libmonoruntime_la-security-manager.lo
  1675.  CC       libmonoruntime_la-string-icalls.lo
  1676.  CC       libmonoruntime_la-sysmath.lo
  1677.  CC       libmonoruntime_la-threads.lo
  1678. threads.c:4249:1: warning: 'mono_special_static_data_free_slot' defined but not used [-Wunused-function]
  1679. mono_special_static_data_free_slot (guint32 offset, guint32 size)
  1680. ^
  1681.  CC       libmonoruntime_la-threadpool-ms.lo
  1682. threadpool-ms.c:239:1: warning: 'rand_free' defined but not used [-Wunused-function]
  1683. rand_free (gpointer handle)
  1684. ^
  1685. threadpool-ms.c: In function 'mono_threadpool_ms_remove_domain_jobs':
  1686. threadpool-ms.c:1433:34: warning: 'start' may be used uninitialized in this function [-Wmaybe-uninitialized]
  1687.    timeout -= mono_msec_ticks () - start;
  1688.                                  ^
  1689.  CC       libmonoruntime_la-threadpool-ms-io.lo
  1690. In file included from threadpool-ms-io.c:14:0:
  1691. threadpool-ms-io.c: In function 'ves_icall_System_IOSelector_Add':
  1692. threadpool-ms-io.c:557:27: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
  1693.  g_assert (job->operation == EVENT_IN ^ job->operation == EVENT_OUT);
  1694.                           ^
  1695. ../../eglib/src/glib.h:722:46: note: in definition of macro 'G_UNLIKELY'
  1696. #define G_UNLIKELY(expr) (__builtin_expect ((expr) != 0, 0))
  1697.                                              ^
  1698. threadpool-ms-io.c:557:2: note: in expansion of macro 'g_assert'
  1699.  g_assert (job->operation == EVENT_IN ^ job->operation == EVENT_OUT);
  1700.  ^
  1701.  CC       libmonoruntime_la-verify.lo
  1702.  CC       libmonoruntime_la-file-mmap-posix.lo
  1703.  CC       libmonoruntime_la-file-mmap-windows.lo
  1704.  CC       libmonoruntime_la-metadata-cross-helpers.lo
  1705.  CC       libmonoruntime_la-seq-points-data.lo
  1706.  CC       libmonoruntime_la-handle.lo
  1707. handle.c:36:25: warning: 'arena_status' defined but not used [-Wunused-variable]
  1708. static mono_lazy_init_t arena_status = MONO_LAZY_INIT_STATUS_NOT_INITIALIZED;
  1709.                         ^
  1710. handle.c:187:1: warning: 'arena_scan' defined but not used [-Wunused-function]
  1711. arena_scan (gpointer addr, MonoGCMarkFunc mark_func, gpointer gc_data)
  1712. ^
  1713. handle.c:204:1: warning: 'initialize' defined but not used [-Wunused-function]
  1714. initialize (void)
  1715. ^
  1716.  CC       libmonoruntime_la-appdomain.lo
  1717.  CC       libmonoruntime_la-domain.lo
  1718.  CC       libmonoruntime_la-gc-stats.lo
  1719.  CC       libmonoruntime_la-gc.lo
  1720. gc.c: In function 'mono_gc_run_finalize':
  1721. gc.c:249:3: warning: passing argument 3 of '__dtrace_mono___gc__finalize__invoke' discards 'const' qualifier from pointer target type [enabled by default]
  1722.   MONO_GC_FINALIZE_INVOKE ((unsigned long)o, mono_object_get_size (o),
  1723.   ^
  1724. In file included from ../../mono/utils/dtrace.h:14:0,
  1725.                 from gc.c:38:
  1726. ../../mono/utils/mono-dtrace.h:311:13: note: expected 'char *' but argument is of type 'const char *'
  1727. extern void __dtrace_mono___gc__finalize__invoke(uintptr_t, uintptr_t, char *, char *);
  1728.             ^
  1729. gc.c:249:3: warning: passing argument 4 of '__dtrace_mono___gc__finalize__invoke' discards 'const' qualifier from pointer target type [enabled by default]
  1730.   MONO_GC_FINALIZE_INVOKE ((unsigned long)o, mono_object_get_size (o),
  1731.   ^
  1732. In file included from ../../mono/utils/dtrace.h:14:0,
  1733.                 from gc.c:38:
  1734. ../../mono/utils/mono-dtrace.h:311:13: note: expected 'char *' but argument is of type 'const char *'
  1735. extern void __dtrace_mono___gc__finalize__invoke(uintptr_t, uintptr_t, char *, char *);
  1736.             ^
  1737.  CC       libmonoruntime_la-monitor.lo
  1738. monitor.c: In function 'mono_locks_dump':
  1739. monitor.c:334:67: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  1740.      MonoObject *holder = (MonoObject *)mono_gchandle_get_target ((guint32)mon->data);
  1741.                                                                   ^
  1742. monitor.c: In function 'mon_new':
  1743. monitor.c:390:35: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  1744.     if (mono_gchandle_get_target ((guint32)marray->monitors [i].data) == NULL) {
  1745.                                   ^
  1746. monitor.c:400:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  1747.      mono_gchandle_free ((guint32)new_->data);
  1748.                          ^
  1749. monitor.c: In function 'discard_mon':
  1750. monitor.c:468:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  1751.  mono_gchandle_free ((guint32)mon->data);
  1752.                      ^
  1753. monitor.c: In function 'mono_monitor_get_object_monitor_gchandle':
  1754. monitor.c:1054:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  1755.   return (guint32)mon->data;
  1756.          ^
  1757.  CC       libmonoruntime_la-mono-hash.lo
  1758.  CC       libmonoruntime_la-object.lo
  1759.  CC       libmonoruntime_la-reflection.lo
  1760.  CC       libmonoruntime_la-null-gc.lo
  1761.  CC       libmonoruntime_la-boehm-gc.lo
  1762. In file included from ../../libgc/include/private/gc_priv.h:66:0,
  1763.                 from ../../libgc/include/private/pthread_support.h:4,
  1764.                 from boehm-gc.c:40:
  1765. ../../libgc/include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1766.   extern char * GC_FreeBSDGetDataStart();
  1767.   ^
  1768.   CCLD     libmonoruntime.la
  1769.   CC       libmonoruntime_static_la-console-unix.lo
  1770.   CC       libmonoruntime_static_la-assembly.lo
  1771.   CC       libmonoruntime_static_la-attach.lo
  1772.   CC       libmonoruntime_static_la-class.lo
  1773.   CC       libmonoruntime_static_la-cominterop.lo
  1774.   CC       libmonoruntime_static_la-coree.lo
  1775.   CC       libmonoruntime_static_la-debug-helpers.lo
  1776.   CC       libmonoruntime_static_la-debug-mono-symfile.lo
  1777.   CC       libmonoruntime_static_la-debug-mono-ppdb.lo
  1778.   CC       libmonoruntime_static_la-decimal-ms.lo
  1779.   CC       libmonoruntime_static_la-environment.lo
  1780.   CC       libmonoruntime_static_la-exception.lo
  1781.   CC       libmonoruntime_static_la-file-io.lo
  1782.   CC       libmonoruntime_static_la-filewatcher.lo
  1783.   CC       libmonoruntime_static_la-icall.lo
  1784. icall.c:1175:1: warning: 'get_caller' defined but not used [-Wunused-function]
  1785.  get_caller (MonoMethod *m, gint32 no, gint32 ilo, gboolean managed, gpointer data)
  1786.  ^
  1787.   CC       libmonoruntime_static_la-image.lo
  1788.   CC       libmonoruntime_static_la-jit-info.lo
  1789.   CC       libmonoruntime_static_la-loader.lo
  1790.   CC       libmonoruntime_static_la-locales.lo
  1791.   CC       libmonoruntime_static_la-lock-tracer.lo
  1792.   CC       libmonoruntime_static_la-marshal.lo
  1793. marshal.c: In function 'mono_marshal_emit_native_wrapper':
  1794. marshal.c:7227:22: warning: 'coop_gc_var' may be used uninitialized in this function [-Wmaybe-uninitialized]
  1795.    mono_mb_emit_ldloc (mb, coop_gc_var);
  1796.                       ^
  1797. marshal.c:7228:27: warning: 'coop_gc_stack_dummy' may be used uninitialized in this function [-Wmaybe-uninitialized]
  1798.    mono_mb_emit_ldloc_addr (mb, coop_gc_stack_dummy);
  1799.                            ^
  1800. marshal.c: In function 'mono_marshal_emit_managed_wrapper':
  1801. marshal.c:7914:27: warning: 'coop_gc_dummy_local' may be used uninitialized in this function [-Wmaybe-uninitialized]
  1802.    mono_mb_emit_ldloc_addr (mb, coop_gc_dummy_local);
  1803.                            ^
  1804. marshal.c:7913:22: warning: 'coop_gc_var' may be used uninitialized in this function [-Wmaybe-uninitialized]
  1805.    mono_mb_emit_ldloc (mb, coop_gc_var);
  1806.                       ^
  1807. marshal.c: In function 'mono_marshal_get_thunk_invoke_wrapper':
  1808. marshal.c:11407:27: warning: 'coop_gc_dummy_local' may be used uninitialized in this function [-Wmaybe-uninitialized]
  1809.    mono_mb_emit_ldloc_addr (mb, coop_gc_dummy_local);
  1810.                            ^
  1811. marshal.c:11406:22: warning: 'coop_gc_var' may be used uninitialized in this function [-Wmaybe-uninitialized]
  1812.    mono_mb_emit_ldloc (mb, coop_gc_var);
  1813.                       ^
  1814.   CC       libmonoruntime_static_la-mempool.lo
  1815.   CC       libmonoruntime_static_la-metadata.lo
  1816. metadata.c: In function 'free_inflated_method':
  1817. metadata.c:2796:6: warning: unused variable 'i' [-Wunused-variable]
  1818.   int i;
  1819.       ^
  1820.   CC       libmonoruntime_static_la-metadata-verify.lo
  1821.   CC       libmonoruntime_static_la-method-builder.lo
  1822.   CC       libmonoruntime_static_la-mono-basic-block.lo
  1823.   CC       libmonoruntime_static_la-mono-config.lo
  1824.   CC       libmonoruntime_static_la-mono-debug.lo
  1825.   CC       libmonoruntime_static_la-mono-endian.lo
  1826.   CC       libmonoruntime_static_la-mono-mlist.lo
  1827.   CC       libmonoruntime_static_la-mono-perfcounters.lo
  1828.   CC       libmonoruntime_static_la-mono-route.lo
  1829.   CC       libmonoruntime_static_la-nacl-stub.lo
  1830.   CC       libmonoruntime_static_la-number-ms.lo
  1831.   CC       libmonoruntime_static_la-opcodes.lo
  1832.   CC       libmonoruntime_static_la-socket-io.lo
  1833. socket-io.c: In function 'Socket_to_SOCKET':
  1834. socket-io.c:1743:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  1835.   return (SOCKET) safe_handle->handle;
  1836.          ^
  1837.   CC       libmonoruntime_static_la-process.lo
  1838.   CC       libmonoruntime_static_la-profiler.lo
  1839.   CC       libmonoruntime_static_la-rand.lo
  1840.   CC       libmonoruntime_static_la-remoting.lo
  1841.   CC       libmonoruntime_static_la-runtime.lo
  1842.   CC       libmonoruntime_static_la-mono-security.lo
  1843.   CC       libmonoruntime_static_la-security-core-clr.lo
  1844.   CC       libmonoruntime_static_la-security-manager.lo
  1845.   CC       libmonoruntime_static_la-string-icalls.lo
  1846.   CC       libmonoruntime_static_la-sysmath.lo
  1847.   CC       libmonoruntime_static_la-threads.lo
  1848. threads.c:4249:1: warning: 'mono_special_static_data_free_slot' defined but not used [-Wunused-function]
  1849.  mono_special_static_data_free_slot (guint32 offset, guint32 size)
  1850.  ^
  1851.   CC       libmonoruntime_static_la-threadpool-ms.lo
  1852. threadpool-ms.c:239:1: warning: 'rand_free' defined but not used [-Wunused-function]
  1853.  rand_free (gpointer handle)
  1854.  ^
  1855. threadpool-ms.c: In function 'mono_threadpool_ms_remove_domain_jobs':
  1856. threadpool-ms.c:1433:34: warning: 'start' may be used uninitialized in this function [-Wmaybe-uninitialized]
  1857.     timeout -= mono_msec_ticks () - start;
  1858.                                   ^
  1859.   CC       libmonoruntime_static_la-threadpool-ms-io.lo
  1860. In file included from threadpool-ms-io.c:14:0:
  1861. threadpool-ms-io.c: In function 'ves_icall_System_IOSelector_Add':
  1862. threadpool-ms-io.c:557:27: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
  1863.   g_assert (job->operation == EVENT_IN ^ job->operation == EVENT_OUT);
  1864.                            ^
  1865. ../../eglib/src/glib.h:722:46: note: in definition of macro 'G_UNLIKELY'
  1866.  #define G_UNLIKELY(expr) (__builtin_expect ((expr) != 0, 0))
  1867.                                               ^
  1868. threadpool-ms-io.c:557:2: note: in expansion of macro 'g_assert'
  1869.   g_assert (job->operation == EVENT_IN ^ job->operation == EVENT_OUT);
  1870.   ^
  1871.   CC       libmonoruntime_static_la-verify.lo
  1872.   CC       libmonoruntime_static_la-file-mmap-posix.lo
  1873.   CC       libmonoruntime_static_la-file-mmap-windows.lo
  1874.   CC       libmonoruntime_static_la-metadata-cross-helpers.lo
  1875.   CC       libmonoruntime_static_la-seq-points-data.lo
  1876.   CC       libmonoruntime_static_la-handle.lo
  1877. handle.c:36:25: warning: 'arena_status' defined but not used [-Wunused-variable]
  1878.  static mono_lazy_init_t arena_status = MONO_LAZY_INIT_STATUS_NOT_INITIALIZED;
  1879.                          ^
  1880. handle.c:187:1: warning: 'arena_scan' defined but not used [-Wunused-function]
  1881.  arena_scan (gpointer addr, MonoGCMarkFunc mark_func, gpointer gc_data)
  1882.  ^
  1883. handle.c:204:1: warning: 'initialize' defined but not used [-Wunused-function]
  1884.  initialize (void)
  1885.  ^
  1886.   CC       libmonoruntime_static_la-appdomain.lo
  1887.   CC       libmonoruntime_static_la-domain.lo
  1888.   CC       libmonoruntime_static_la-gc-stats.lo
  1889.   CC       libmonoruntime_static_la-gc.lo
  1890. gc.c: In function 'mono_gc_run_finalize':
  1891. gc.c:249:3: warning: passing argument 3 of '__dtrace_mono___gc__finalize__invoke' discards 'const' qualifier from pointer target type [enabled by default]
  1892.    MONO_GC_FINALIZE_INVOKE ((unsigned long)o, mono_object_get_size (o),
  1893.    ^
  1894. In file included from ../../mono/utils/dtrace.h:14:0,
  1895.                  from gc.c:38:
  1896. ../../mono/utils/mono-dtrace.h:311:13: note: expected 'char *' but argument is of type 'const char *'
  1897.  extern void __dtrace_mono___gc__finalize__invoke(uintptr_t, uintptr_t, char *, char *);
  1898.              ^
  1899. gc.c:249:3: warning: passing argument 4 of '__dtrace_mono___gc__finalize__invoke' discards 'const' qualifier from pointer target type [enabled by default]
  1900.    MONO_GC_FINALIZE_INVOKE ((unsigned long)o, mono_object_get_size (o),
  1901.    ^
  1902. In file included from ../../mono/utils/dtrace.h:14:0,
  1903.                  from gc.c:38:
  1904. ../../mono/utils/mono-dtrace.h:311:13: note: expected 'char *' but argument is of type 'const char *'
  1905.  extern void __dtrace_mono___gc__finalize__invoke(uintptr_t, uintptr_t, char *, char *);
  1906.              ^
  1907.   CC       libmonoruntime_static_la-monitor.lo
  1908. monitor.c: In function 'mono_locks_dump':
  1909. monitor.c:334:67: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  1910.       MonoObject *holder = (MonoObject *)mono_gchandle_get_target ((guint32)mon->data);
  1911.                                                                    ^
  1912. monitor.c: In function 'mon_new':
  1913. monitor.c:390:35: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  1914.      if (mono_gchandle_get_target ((guint32)marray->monitors [i].data) == NULL) {
  1915.                                    ^
  1916. monitor.c:400:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  1917.       mono_gchandle_free ((guint32)new_->data);
  1918.                           ^
  1919. monitor.c: In function 'discard_mon':
  1920. monitor.c:468:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  1921.   mono_gchandle_free ((guint32)mon->data);
  1922.                       ^
  1923. monitor.c: In function 'mono_monitor_get_object_monitor_gchandle':
  1924. monitor.c:1054:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  1925.    return (guint32)mon->data;
  1926.           ^
  1927.   CC       libmonoruntime_static_la-mono-hash.lo
  1928.   CC       libmonoruntime_static_la-object.lo
  1929.   CC       libmonoruntime_static_la-reflection.lo
  1930.   CC       libmonoruntime_static_la-null-gc.lo
  1931.   CC       libmonoruntime_static_la-boehm-gc.lo
  1932. In file included from ../../libgc/include/private/gc_priv.h:66:0,
  1933.                  from ../../libgc/include/private/pthread_support.h:4,
  1934.                  from boehm-gc.c:40:
  1935. ../../libgc/include/private/gcconfig.h:2157:2: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  1936.  extern char * GC_FreeBSDGetDataStart();
  1937.  ^
  1938.  CCLD     libmonoruntime-static.la
  1939.  CC       libmonoruntimesgen_la-console-unix.lo
  1940.  CC       libmonoruntimesgen_la-assembly.lo
  1941.  CC       libmonoruntimesgen_la-attach.lo
  1942.  CC       libmonoruntimesgen_la-class.lo
  1943.  CC       libmonoruntimesgen_la-cominterop.lo
  1944.  CC       libmonoruntimesgen_la-coree.lo
  1945.  CC       libmonoruntimesgen_la-debug-helpers.lo
  1946.  CC       libmonoruntimesgen_la-debug-mono-symfile.lo
  1947.  CC       libmonoruntimesgen_la-debug-mono-ppdb.lo
  1948.  CC       libmonoruntimesgen_la-decimal-ms.lo
  1949.  CC       libmonoruntimesgen_la-environment.lo
  1950.  CC       libmonoruntimesgen_la-exception.lo
  1951.  CC       libmonoruntimesgen_la-file-io.lo
  1952.  CC       libmonoruntimesgen_la-filewatcher.lo
  1953.  CC       libmonoruntimesgen_la-icall.lo
  1954. icall.c:1175:1: warning: 'get_caller' defined but not used [-Wunused-function]
  1955. get_caller (MonoMethod *m, gint32 no, gint32 ilo, gboolean managed, gpointer data)
  1956. ^
  1957.  CC       libmonoruntimesgen_la-image.lo
  1958.  CC       libmonoruntimesgen_la-jit-info.lo
  1959.  CC       libmonoruntimesgen_la-loader.lo
  1960.  CC       libmonoruntimesgen_la-locales.lo
  1961.  CC       libmonoruntimesgen_la-lock-tracer.lo
  1962.  CC       libmonoruntimesgen_la-marshal.lo
  1963. marshal.c: In function 'mono_marshal_emit_native_wrapper':
  1964. marshal.c:7227:22: warning: 'coop_gc_var' may be used uninitialized in this function [-Wmaybe-uninitialized]
  1965.   mono_mb_emit_ldloc (mb, coop_gc_var);
  1966.                      ^
  1967. marshal.c:7228:27: warning: 'coop_gc_stack_dummy' may be used uninitialized in this function [-Wmaybe-uninitialized]
  1968.   mono_mb_emit_ldloc_addr (mb, coop_gc_stack_dummy);
  1969.                           ^
  1970. marshal.c: In function 'mono_marshal_emit_managed_wrapper':
  1971. marshal.c:7914:27: warning: 'coop_gc_dummy_local' may be used uninitialized in this function [-Wmaybe-uninitialized]
  1972.   mono_mb_emit_ldloc_addr (mb, coop_gc_dummy_local);
  1973.                           ^
  1974. marshal.c:7913:22: warning: 'coop_gc_var' may be used uninitialized in this function [-Wmaybe-uninitialized]
  1975.   mono_mb_emit_ldloc (mb, coop_gc_var);
  1976.                      ^
  1977. marshal.c: In function 'mono_marshal_get_thunk_invoke_wrapper':
  1978. marshal.c:11407:27: warning: 'coop_gc_dummy_local' may be used uninitialized in this function [-Wmaybe-uninitialized]
  1979.   mono_mb_emit_ldloc_addr (mb, coop_gc_dummy_local);
  1980.                           ^
  1981. marshal.c:11406:22: warning: 'coop_gc_var' may be used uninitialized in this function [-Wmaybe-uninitialized]
  1982.   mono_mb_emit_ldloc (mb, coop_gc_var);
  1983.                      ^
  1984.  CC       libmonoruntimesgen_la-mempool.lo
  1985.  CC       libmonoruntimesgen_la-metadata.lo
  1986. metadata.c: In function 'free_inflated_method':
  1987. metadata.c:2796:6: warning: unused variable 'i' [-Wunused-variable]
  1988.  int i;
  1989.      ^
  1990.  CC       libmonoruntimesgen_la-metadata-verify.lo
  1991.  CC       libmonoruntimesgen_la-method-builder.lo
  1992.  CC       libmonoruntimesgen_la-mono-basic-block.lo
  1993.  CC       libmonoruntimesgen_la-mono-config.lo
  1994.  CC       libmonoruntimesgen_la-mono-debug.lo
  1995.  CC       libmonoruntimesgen_la-mono-endian.lo
  1996.  CC       libmonoruntimesgen_la-mono-mlist.lo
  1997.  CC       libmonoruntimesgen_la-mono-perfcounters.lo
  1998.  CC       libmonoruntimesgen_la-mono-route.lo
  1999.  CC       libmonoruntimesgen_la-nacl-stub.lo
  2000.  CC       libmonoruntimesgen_la-number-ms.lo
  2001.  CC       libmonoruntimesgen_la-opcodes.lo
  2002.  CC       libmonoruntimesgen_la-socket-io.lo
  2003. socket-io.c: In function 'Socket_to_SOCKET':
  2004. socket-io.c:1743:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  2005.  return (SOCKET) safe_handle->handle;
  2006.         ^
  2007.  CC       libmonoruntimesgen_la-process.lo
  2008.  CC       libmonoruntimesgen_la-profiler.lo
  2009.  CC       libmonoruntimesgen_la-rand.lo
  2010.  CC       libmonoruntimesgen_la-remoting.lo
  2011.  CC       libmonoruntimesgen_la-runtime.lo
  2012.  CC       libmonoruntimesgen_la-mono-security.lo
  2013.  CC       libmonoruntimesgen_la-security-core-clr.lo
  2014.  CC       libmonoruntimesgen_la-security-manager.lo
  2015.  CC       libmonoruntimesgen_la-string-icalls.lo
  2016.  CC       libmonoruntimesgen_la-sysmath.lo
  2017.  CC       libmonoruntimesgen_la-threads.lo
  2018. threads.c:4249:1: warning: 'mono_special_static_data_free_slot' defined but not used [-Wunused-function]
  2019. mono_special_static_data_free_slot (guint32 offset, guint32 size)
  2020. ^
  2021.  CC       libmonoruntimesgen_la-threadpool-ms.lo
  2022. threadpool-ms.c:239:1: warning: 'rand_free' defined but not used [-Wunused-function]
  2023. rand_free (gpointer handle)
  2024. ^
  2025. threadpool-ms.c: In function 'mono_threadpool_ms_remove_domain_jobs':
  2026. threadpool-ms.c:1433:34: warning: 'start' may be used uninitialized in this function [-Wmaybe-uninitialized]
  2027.    timeout -= mono_msec_ticks () - start;
  2028.                                  ^
  2029.  CC       libmonoruntimesgen_la-threadpool-ms-io.lo
  2030. In file included from threadpool-ms-io.c:14:0:
  2031. threadpool-ms-io.c: In function 'ves_icall_System_IOSelector_Add':
  2032. threadpool-ms-io.c:557:27: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
  2033.  g_assert (job->operation == EVENT_IN ^ job->operation == EVENT_OUT);
  2034.                           ^
  2035. ../../eglib/src/glib.h:722:46: note: in definition of macro 'G_UNLIKELY'
  2036. #define G_UNLIKELY(expr) (__builtin_expect ((expr) != 0, 0))
  2037.                                              ^
  2038. threadpool-ms-io.c:557:2: note: in expansion of macro 'g_assert'
  2039.  g_assert (job->operation == EVENT_IN ^ job->operation == EVENT_OUT);
  2040.  ^
  2041.  CC       libmonoruntimesgen_la-verify.lo
  2042.  CC       libmonoruntimesgen_la-file-mmap-posix.lo
  2043.  CC       libmonoruntimesgen_la-file-mmap-windows.lo
  2044.  CC       libmonoruntimesgen_la-metadata-cross-helpers.lo
  2045.  CC       libmonoruntimesgen_la-seq-points-data.lo
  2046.  CC       libmonoruntimesgen_la-handle.lo
  2047.  CC       libmonoruntimesgen_la-appdomain.lo
  2048.  CC       libmonoruntimesgen_la-domain.lo
  2049.  CC       libmonoruntimesgen_la-gc-stats.lo
  2050.  CC       libmonoruntimesgen_la-gc.lo
  2051. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2052.                 from gc.c:28:
  2053. ../../mono/metadata/sgen-client-mono.h: In function 'mono_binary_protocol_alloc_generic':
  2054. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 3 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  2055.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  2056.    ^
  2057. In file included from ../../mono/utils/dtrace.h:14:0,
  2058.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2059.                 from ../../mono/sgen/sgen-gc.h:749,
  2060.                 from gc.c:28:
  2061. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  2062. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  2063.             ^
  2064. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2065.                 from gc.c:28:
  2066. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 4 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  2067.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  2068.    ^
  2069. In file included from ../../mono/utils/dtrace.h:14:0,
  2070.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2071.                 from ../../mono/sgen/sgen-gc.h:749,
  2072.                 from gc.c:28:
  2073. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  2074. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  2075.             ^
  2076. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2077.                 from gc.c:28:
  2078. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  2079.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  2080.     ^
  2081. In file included from ../../mono/utils/dtrace.h:14:0,
  2082.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2083.                 from ../../mono/sgen/sgen-gc.h:749,
  2084.                 from gc.c:28:
  2085. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  2086. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  2087.             ^
  2088. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2089.                 from gc.c:28:
  2090. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  2091.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  2092.     ^
  2093. In file included from ../../mono/utils/dtrace.h:14:0,
  2094.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2095.                 from ../../mono/sgen/sgen-gc.h:749,
  2096.                 from gc.c:28:
  2097. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  2098. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  2099.             ^
  2100. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2101.                 from gc.c:28:
  2102. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  2103.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  2104.    ^
  2105. In file included from ../../mono/utils/dtrace.h:14:0,
  2106.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2107.                 from ../../mono/sgen/sgen-gc.h:749,
  2108.                 from gc.c:28:
  2109. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  2110. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  2111.             ^
  2112. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2113.                 from gc.c:28:
  2114. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  2115.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  2116.    ^
  2117. In file included from ../../mono/utils/dtrace.h:14:0,
  2118.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2119.                 from ../../mono/sgen/sgen-gc.h:749,
  2120.                 from gc.c:28:
  2121. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  2122. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  2123.             ^
  2124. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2125.                 from gc.c:28:
  2126. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_alloc_degraded':
  2127. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  2128.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  2129.  ^
  2130. In file included from ../../mono/utils/dtrace.h:14:0,
  2131.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2132.                 from ../../mono/sgen/sgen-gc.h:749,
  2133.                 from gc.c:28:
  2134. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  2135. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  2136.             ^
  2137. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2138.                 from gc.c:28:
  2139. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  2140.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  2141.  ^
  2142. In file included from ../../mono/utils/dtrace.h:14:0,
  2143.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2144.                 from ../../mono/sgen/sgen-gc.h:749,
  2145.                 from gc.c:28:
  2146. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  2147. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  2148.             ^
  2149. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2150.                 from gc.c:28:
  2151. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_pin':
  2152. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  2153.   MONO_GC_OBJ_PINNED ((mword)obj,
  2154.   ^
  2155. In file included from ../../mono/utils/dtrace.h:14:0,
  2156.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2157.                 from ../../mono/sgen/sgen-gc.h:749,
  2158.                 from gc.c:28:
  2159. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  2160. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  2161.             ^
  2162. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2163.                 from gc.c:28:
  2164. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  2165.   MONO_GC_OBJ_PINNED ((mword)obj,
  2166.   ^
  2167. In file included from ../../mono/utils/dtrace.h:14:0,
  2168.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2169.                 from ../../mono/sgen/sgen-gc.h:749,
  2170.                 from gc.c:28:
  2171. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  2172. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  2173.             ^
  2174. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2175.                 from gc.c:28:
  2176. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_cement':
  2177. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  2178.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  2179.   ^
  2180. In file included from ../../mono/utils/dtrace.h:14:0,
  2181.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2182.                 from ../../mono/sgen/sgen-gc.h:749,
  2183.                 from gc.c:28:
  2184. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  2185. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  2186.             ^
  2187. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2188.                 from gc.c:28:
  2189. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  2190.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  2191.   ^
  2192. In file included from ../../mono/utils/dtrace.h:14:0,
  2193.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2194.                 from ../../mono/sgen/sgen-gc.h:749,
  2195.                 from gc.c:28:
  2196. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  2197. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  2198.             ^
  2199. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2200.                 from gc.c:28:
  2201. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_copy':
  2202. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 6 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  2203.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  2204.   ^
  2205. In file included from ../../mono/utils/dtrace.h:14:0,
  2206.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2207.                 from ../../mono/sgen/sgen-gc.h:749,
  2208.                 from gc.c:28:
  2209. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  2210. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  2211.             ^
  2212. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2213.                 from gc.c:28:
  2214. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 7 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  2215.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  2216.   ^
  2217. In file included from ../../mono/utils/dtrace.h:14:0,
  2218.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2219.                 from ../../mono/sgen/sgen-gc.h:749,
  2220.                 from gc.c:28:
  2221. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  2222. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  2223.             ^
  2224. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2225.                 from gc.c:28:
  2226. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_global_remset':
  2227. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 4 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  2228.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  2229.   ^
  2230. In file included from ../../mono/utils/dtrace.h:14:0,
  2231.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2232.                 from ../../mono/sgen/sgen-gc.h:749,
  2233.                 from gc.c:28:
  2234. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  2235. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  2236.             ^
  2237. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2238.                 from gc.c:28:
  2239. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 5 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  2240.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  2241.   ^
  2242. In file included from ../../mono/utils/dtrace.h:14:0,
  2243.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2244.                 from ../../mono/sgen/sgen-gc.h:749,
  2245.                 from gc.c:28:
  2246. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  2247. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  2248.             ^
  2249. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2250.                 from gc.c:28:
  2251. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_dislink_update':
  2252. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 4 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  2253.   MONO_GC_WEAK_UPDATE ((mword)link,
  2254.   ^
  2255. In file included from ../../mono/utils/dtrace.h:14:0,
  2256.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2257.                 from ../../mono/sgen/sgen-gc.h:749,
  2258.                 from gc.c:28:
  2259. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  2260. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  2261.             ^
  2262. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2263.                 from gc.c:28:
  2264. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 5 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  2265.   MONO_GC_WEAK_UPDATE ((mword)link,
  2266.   ^
  2267. In file included from ../../mono/utils/dtrace.h:14:0,
  2268.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2269.                 from ../../mono/sgen/sgen-gc.h:749,
  2270.                 from gc.c:28:
  2271. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  2272. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  2273.             ^
  2274. gc.c: In function 'mono_gc_run_finalize':
  2275. gc.c:249:3: warning: passing argument 3 of '__dtrace_mono___gc__finalize__invoke' discards 'const' qualifier from pointer target type [enabled by default]
  2276.   MONO_GC_FINALIZE_INVOKE ((unsigned long)o, mono_object_get_size (o),
  2277.   ^
  2278. In file included from ../../mono/utils/dtrace.h:14:0,
  2279.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2280.                 from ../../mono/sgen/sgen-gc.h:749,
  2281.                 from gc.c:28:
  2282. ../../mono/utils/mono-dtrace.h:311:13: note: expected 'char *' but argument is of type 'const char *'
  2283. extern void __dtrace_mono___gc__finalize__invoke(uintptr_t, uintptr_t, char *, char *);
  2284.             ^
  2285. gc.c:249:3: warning: passing argument 4 of '__dtrace_mono___gc__finalize__invoke' discards 'const' qualifier from pointer target type [enabled by default]
  2286.   MONO_GC_FINALIZE_INVOKE ((unsigned long)o, mono_object_get_size (o),
  2287.   ^
  2288. In file included from ../../mono/utils/dtrace.h:14:0,
  2289.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2290.                 from ../../mono/sgen/sgen-gc.h:749,
  2291.                 from gc.c:28:
  2292. ../../mono/utils/mono-dtrace.h:311:13: note: expected 'char *' but argument is of type 'const char *'
  2293. extern void __dtrace_mono___gc__finalize__invoke(uintptr_t, uintptr_t, char *, char *);
  2294.             ^
  2295.  CC       libmonoruntimesgen_la-monitor.lo
  2296. monitor.c: In function 'mono_locks_dump':
  2297. monitor.c:334:67: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  2298.      MonoObject *holder = (MonoObject *)mono_gchandle_get_target ((guint32)mon->data);
  2299.                                                                   ^
  2300. monitor.c: In function 'mon_new':
  2301. monitor.c:390:35: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  2302.     if (mono_gchandle_get_target ((guint32)marray->monitors [i].data) == NULL) {
  2303.                                   ^
  2304. monitor.c:400:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  2305.      mono_gchandle_free ((guint32)new_->data);
  2306.                          ^
  2307. monitor.c: In function 'discard_mon':
  2308. monitor.c:468:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  2309.  mono_gchandle_free ((guint32)mon->data);
  2310.                      ^
  2311. monitor.c: In function 'mono_monitor_get_object_monitor_gchandle':
  2312. monitor.c:1054:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  2313.   return (guint32)mon->data;
  2314.          ^
  2315.  CC       libmonoruntimesgen_la-mono-hash.lo
  2316.  CC       libmonoruntimesgen_la-object.lo
  2317.  CC       libmonoruntimesgen_la-reflection.lo
  2318.  CC       libmonoruntimesgen_la-sgen-os-posix.lo
  2319. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2320.                 from sgen-os-posix.c:33:
  2321. ../../mono/metadata/sgen-client-mono.h: In function 'mono_binary_protocol_alloc_generic':
  2322. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 3 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  2323.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  2324.    ^
  2325. In file included from ../../mono/utils/dtrace.h:14:0,
  2326.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2327.                 from ../../mono/sgen/sgen-gc.h:749,
  2328.                 from sgen-os-posix.c:33:
  2329. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  2330. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  2331.             ^
  2332. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2333.                 from sgen-os-posix.c:33:
  2334. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 4 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  2335.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  2336.    ^
  2337. In file included from ../../mono/utils/dtrace.h:14:0,
  2338.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2339.                 from ../../mono/sgen/sgen-gc.h:749,
  2340.                 from sgen-os-posix.c:33:
  2341. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  2342. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  2343.             ^
  2344. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2345.                 from sgen-os-posix.c:33:
  2346. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  2347.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  2348.     ^
  2349. In file included from ../../mono/utils/dtrace.h:14:0,
  2350.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2351.                 from ../../mono/sgen/sgen-gc.h:749,
  2352.                 from sgen-os-posix.c:33:
  2353. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  2354. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  2355.             ^
  2356. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2357.                 from sgen-os-posix.c:33:
  2358. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  2359.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  2360.     ^
  2361. In file included from ../../mono/utils/dtrace.h:14:0,
  2362.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2363.                 from ../../mono/sgen/sgen-gc.h:749,
  2364.                 from sgen-os-posix.c:33:
  2365. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  2366. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  2367.             ^
  2368. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2369.                 from sgen-os-posix.c:33:
  2370. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  2371.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  2372.    ^
  2373. In file included from ../../mono/utils/dtrace.h:14:0,
  2374.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2375.                 from ../../mono/sgen/sgen-gc.h:749,
  2376.                 from sgen-os-posix.c:33:
  2377. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  2378. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  2379.             ^
  2380. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2381.                 from sgen-os-posix.c:33:
  2382. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  2383.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  2384.    ^
  2385. In file included from ../../mono/utils/dtrace.h:14:0,
  2386.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2387.                 from ../../mono/sgen/sgen-gc.h:749,
  2388.                 from sgen-os-posix.c:33:
  2389. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  2390. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  2391.             ^
  2392. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2393.                 from sgen-os-posix.c:33:
  2394. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_alloc_degraded':
  2395. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  2396.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  2397.  ^
  2398. In file included from ../../mono/utils/dtrace.h:14:0,
  2399.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2400.                 from ../../mono/sgen/sgen-gc.h:749,
  2401.                 from sgen-os-posix.c:33:
  2402. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  2403. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  2404.             ^
  2405. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2406.                 from sgen-os-posix.c:33:
  2407. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  2408.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  2409.  ^
  2410. In file included from ../../mono/utils/dtrace.h:14:0,
  2411.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2412.                 from ../../mono/sgen/sgen-gc.h:749,
  2413.                 from sgen-os-posix.c:33:
  2414. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  2415. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  2416.             ^
  2417. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2418.                 from sgen-os-posix.c:33:
  2419. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_pin':
  2420. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  2421.   MONO_GC_OBJ_PINNED ((mword)obj,
  2422.   ^
  2423. In file included from ../../mono/utils/dtrace.h:14:0,
  2424.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2425.                 from ../../mono/sgen/sgen-gc.h:749,
  2426.                 from sgen-os-posix.c:33:
  2427. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  2428. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  2429.             ^
  2430. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2431.                 from sgen-os-posix.c:33:
  2432. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  2433.   MONO_GC_OBJ_PINNED ((mword)obj,
  2434.   ^
  2435. In file included from ../../mono/utils/dtrace.h:14:0,
  2436.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2437.                 from ../../mono/sgen/sgen-gc.h:749,
  2438.                 from sgen-os-posix.c:33:
  2439. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  2440. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  2441.             ^
  2442. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2443.                 from sgen-os-posix.c:33:
  2444. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_cement':
  2445. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  2446.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  2447.   ^
  2448. In file included from ../../mono/utils/dtrace.h:14:0,
  2449.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2450.                 from ../../mono/sgen/sgen-gc.h:749,
  2451.                 from sgen-os-posix.c:33:
  2452. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  2453. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  2454.             ^
  2455. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2456.                 from sgen-os-posix.c:33:
  2457. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  2458.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  2459.   ^
  2460. In file included from ../../mono/utils/dtrace.h:14:0,
  2461.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2462.                 from ../../mono/sgen/sgen-gc.h:749,
  2463.                 from sgen-os-posix.c:33:
  2464. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  2465. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  2466.             ^
  2467. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2468.                 from sgen-os-posix.c:33:
  2469. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_copy':
  2470. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 6 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  2471.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  2472.   ^
  2473. In file included from ../../mono/utils/dtrace.h:14:0,
  2474.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2475.                 from ../../mono/sgen/sgen-gc.h:749,
  2476.                 from sgen-os-posix.c:33:
  2477. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  2478. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  2479.             ^
  2480. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2481.                 from sgen-os-posix.c:33:
  2482. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 7 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  2483.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  2484.   ^
  2485. In file included from ../../mono/utils/dtrace.h:14:0,
  2486.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2487.                 from ../../mono/sgen/sgen-gc.h:749,
  2488.                 from sgen-os-posix.c:33:
  2489. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  2490. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  2491.             ^
  2492. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2493.                 from sgen-os-posix.c:33:
  2494. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_global_remset':
  2495. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 4 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  2496.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  2497.   ^
  2498. In file included from ../../mono/utils/dtrace.h:14:0,
  2499.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2500.                 from ../../mono/sgen/sgen-gc.h:749,
  2501.                 from sgen-os-posix.c:33:
  2502. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  2503. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  2504.             ^
  2505. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2506.                 from sgen-os-posix.c:33:
  2507. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 5 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  2508.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  2509.   ^
  2510. In file included from ../../mono/utils/dtrace.h:14:0,
  2511.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2512.                 from ../../mono/sgen/sgen-gc.h:749,
  2513.                 from sgen-os-posix.c:33:
  2514. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  2515. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  2516.             ^
  2517. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2518.                 from sgen-os-posix.c:33:
  2519. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_dislink_update':
  2520. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 4 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  2521.   MONO_GC_WEAK_UPDATE ((mword)link,
  2522.   ^
  2523. In file included from ../../mono/utils/dtrace.h:14:0,
  2524.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2525.                 from ../../mono/sgen/sgen-gc.h:749,
  2526.                 from sgen-os-posix.c:33:
  2527. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  2528. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  2529.             ^
  2530. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2531.                 from sgen-os-posix.c:33:
  2532. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 5 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  2533.   MONO_GC_WEAK_UPDATE ((mword)link,
  2534.   ^
  2535. In file included from ../../mono/utils/dtrace.h:14:0,
  2536.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2537.                 from ../../mono/sgen/sgen-gc.h:749,
  2538.                 from sgen-os-posix.c:33:
  2539. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  2540. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  2541.             ^
  2542.  CC       libmonoruntimesgen_la-sgen-os-mach.lo
  2543. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2544.                 from sgen-os-mach.c:31:
  2545. ../../mono/metadata/sgen-client-mono.h: In function 'mono_binary_protocol_alloc_generic':
  2546. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 3 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  2547.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  2548.    ^
  2549. In file included from ../../mono/utils/dtrace.h:14:0,
  2550.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2551.                 from ../../mono/sgen/sgen-gc.h:749,
  2552.                 from sgen-os-mach.c:31:
  2553. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  2554. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  2555.             ^
  2556. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2557.                 from sgen-os-mach.c:31:
  2558. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 4 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  2559.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  2560.    ^
  2561. In file included from ../../mono/utils/dtrace.h:14:0,
  2562.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2563.                 from ../../mono/sgen/sgen-gc.h:749,
  2564.                 from sgen-os-mach.c:31:
  2565. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  2566. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  2567.             ^
  2568. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2569.                 from sgen-os-mach.c:31:
  2570. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  2571.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  2572.     ^
  2573. In file included from ../../mono/utils/dtrace.h:14:0,
  2574.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2575.                 from ../../mono/sgen/sgen-gc.h:749,
  2576.                 from sgen-os-mach.c:31:
  2577. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  2578. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  2579.             ^
  2580. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2581.                 from sgen-os-mach.c:31:
  2582. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  2583.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  2584.     ^
  2585. In file included from ../../mono/utils/dtrace.h:14:0,
  2586.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2587.                 from ../../mono/sgen/sgen-gc.h:749,
  2588.                 from sgen-os-mach.c:31:
  2589. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  2590. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  2591.             ^
  2592. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2593.                 from sgen-os-mach.c:31:
  2594. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  2595.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  2596.    ^
  2597. In file included from ../../mono/utils/dtrace.h:14:0,
  2598.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2599.                 from ../../mono/sgen/sgen-gc.h:749,
  2600.                 from sgen-os-mach.c:31:
  2601. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  2602. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  2603.             ^
  2604. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2605.                 from sgen-os-mach.c:31:
  2606. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  2607.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  2608.    ^
  2609. In file included from ../../mono/utils/dtrace.h:14:0,
  2610.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2611.                 from ../../mono/sgen/sgen-gc.h:749,
  2612.                 from sgen-os-mach.c:31:
  2613. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  2614. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  2615.             ^
  2616. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2617.                 from sgen-os-mach.c:31:
  2618. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_alloc_degraded':
  2619. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  2620.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  2621.  ^
  2622. In file included from ../../mono/utils/dtrace.h:14:0,
  2623.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2624.                 from ../../mono/sgen/sgen-gc.h:749,
  2625.                 from sgen-os-mach.c:31:
  2626. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  2627. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  2628.             ^
  2629. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2630.                 from sgen-os-mach.c:31:
  2631. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  2632.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  2633.  ^
  2634. In file included from ../../mono/utils/dtrace.h:14:0,
  2635.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2636.                 from ../../mono/sgen/sgen-gc.h:749,
  2637.                 from sgen-os-mach.c:31:
  2638. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  2639. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  2640.             ^
  2641. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2642.                 from sgen-os-mach.c:31:
  2643. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_pin':
  2644. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  2645.   MONO_GC_OBJ_PINNED ((mword)obj,
  2646.   ^
  2647. In file included from ../../mono/utils/dtrace.h:14:0,
  2648.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2649.                 from ../../mono/sgen/sgen-gc.h:749,
  2650.                 from sgen-os-mach.c:31:
  2651. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  2652. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  2653.             ^
  2654. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2655.                 from sgen-os-mach.c:31:
  2656. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  2657.   MONO_GC_OBJ_PINNED ((mword)obj,
  2658.   ^
  2659. In file included from ../../mono/utils/dtrace.h:14:0,
  2660.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2661.                 from ../../mono/sgen/sgen-gc.h:749,
  2662.                 from sgen-os-mach.c:31:
  2663. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  2664. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  2665.             ^
  2666. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2667.                 from sgen-os-mach.c:31:
  2668. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_cement':
  2669. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  2670.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  2671.   ^
  2672. In file included from ../../mono/utils/dtrace.h:14:0,
  2673.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2674.                 from ../../mono/sgen/sgen-gc.h:749,
  2675.                 from sgen-os-mach.c:31:
  2676. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  2677. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  2678.             ^
  2679. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2680.                 from sgen-os-mach.c:31:
  2681. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  2682.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  2683.   ^
  2684. In file included from ../../mono/utils/dtrace.h:14:0,
  2685.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2686.                 from ../../mono/sgen/sgen-gc.h:749,
  2687.                 from sgen-os-mach.c:31:
  2688. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  2689. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  2690.             ^
  2691. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2692.                 from sgen-os-mach.c:31:
  2693. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_copy':
  2694. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 6 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  2695.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  2696.   ^
  2697. In file included from ../../mono/utils/dtrace.h:14:0,
  2698.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2699.                 from ../../mono/sgen/sgen-gc.h:749,
  2700.                 from sgen-os-mach.c:31:
  2701. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  2702. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  2703.             ^
  2704. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2705.                 from sgen-os-mach.c:31:
  2706. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 7 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  2707.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  2708.   ^
  2709. In file included from ../../mono/utils/dtrace.h:14:0,
  2710.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2711.                 from ../../mono/sgen/sgen-gc.h:749,
  2712.                 from sgen-os-mach.c:31:
  2713. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  2714. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  2715.             ^
  2716. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2717.                 from sgen-os-mach.c:31:
  2718. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_global_remset':
  2719. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 4 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  2720.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  2721.   ^
  2722. In file included from ../../mono/utils/dtrace.h:14:0,
  2723.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2724.                 from ../../mono/sgen/sgen-gc.h:749,
  2725.                 from sgen-os-mach.c:31:
  2726. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  2727. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  2728.             ^
  2729. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2730.                 from sgen-os-mach.c:31:
  2731. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 5 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  2732.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  2733.   ^
  2734. In file included from ../../mono/utils/dtrace.h:14:0,
  2735.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2736.                 from ../../mono/sgen/sgen-gc.h:749,
  2737.                 from sgen-os-mach.c:31:
  2738. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  2739. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  2740.             ^
  2741. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2742.                 from sgen-os-mach.c:31:
  2743. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_dislink_update':
  2744. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 4 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  2745.   MONO_GC_WEAK_UPDATE ((mword)link,
  2746.   ^
  2747. In file included from ../../mono/utils/dtrace.h:14:0,
  2748.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2749.                 from ../../mono/sgen/sgen-gc.h:749,
  2750.                 from sgen-os-mach.c:31:
  2751. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  2752. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  2753.             ^
  2754. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2755.                 from sgen-os-mach.c:31:
  2756. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 5 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  2757.   MONO_GC_WEAK_UPDATE ((mword)link,
  2758.   ^
  2759. In file included from ../../mono/utils/dtrace.h:14:0,
  2760.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2761.                 from ../../mono/sgen/sgen-gc.h:749,
  2762.                 from sgen-os-mach.c:31:
  2763. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  2764. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  2765.             ^
  2766.  CC       libmonoruntimesgen_la-sgen-os-win32.lo
  2767.  CC       libmonoruntimesgen_la-sgen-os-coop.lo
  2768. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2769.                 from sgen-os-coop.c:27:
  2770. ../../mono/metadata/sgen-client-mono.h: In function 'mono_binary_protocol_alloc_generic':
  2771. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 3 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  2772.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  2773.    ^
  2774. In file included from ../../mono/utils/dtrace.h:14:0,
  2775.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2776.                 from ../../mono/sgen/sgen-gc.h:749,
  2777.                 from sgen-os-coop.c:27:
  2778. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  2779. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  2780.             ^
  2781. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2782.                 from sgen-os-coop.c:27:
  2783. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 4 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  2784.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  2785.    ^
  2786. In file included from ../../mono/utils/dtrace.h:14:0,
  2787.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2788.                 from ../../mono/sgen/sgen-gc.h:749,
  2789.                 from sgen-os-coop.c:27:
  2790. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  2791. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  2792.             ^
  2793. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2794.                 from sgen-os-coop.c:27:
  2795. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  2796.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  2797.     ^
  2798. In file included from ../../mono/utils/dtrace.h:14:0,
  2799.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2800.                 from ../../mono/sgen/sgen-gc.h:749,
  2801.                 from sgen-os-coop.c:27:
  2802. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  2803. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  2804.             ^
  2805. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2806.                 from sgen-os-coop.c:27:
  2807. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  2808.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  2809.     ^
  2810. In file included from ../../mono/utils/dtrace.h:14:0,
  2811.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2812.                 from ../../mono/sgen/sgen-gc.h:749,
  2813.                 from sgen-os-coop.c:27:
  2814. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  2815. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  2816.             ^
  2817. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2818.                 from sgen-os-coop.c:27:
  2819. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  2820.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  2821.    ^
  2822. In file included from ../../mono/utils/dtrace.h:14:0,
  2823.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2824.                 from ../../mono/sgen/sgen-gc.h:749,
  2825.                 from sgen-os-coop.c:27:
  2826. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  2827. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  2828.             ^
  2829. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2830.                 from sgen-os-coop.c:27:
  2831. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  2832.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  2833.    ^
  2834. In file included from ../../mono/utils/dtrace.h:14:0,
  2835.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2836.                 from ../../mono/sgen/sgen-gc.h:749,
  2837.                 from sgen-os-coop.c:27:
  2838. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  2839. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  2840.             ^
  2841. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2842.                 from sgen-os-coop.c:27:
  2843. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_alloc_degraded':
  2844. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  2845.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  2846.  ^
  2847. In file included from ../../mono/utils/dtrace.h:14:0,
  2848.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2849.                 from ../../mono/sgen/sgen-gc.h:749,
  2850.                 from sgen-os-coop.c:27:
  2851. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  2852. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  2853.             ^
  2854. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2855.                 from sgen-os-coop.c:27:
  2856. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  2857.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  2858.  ^
  2859. In file included from ../../mono/utils/dtrace.h:14:0,
  2860.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2861.                 from ../../mono/sgen/sgen-gc.h:749,
  2862.                 from sgen-os-coop.c:27:
  2863. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  2864. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  2865.             ^
  2866. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2867.                 from sgen-os-coop.c:27:
  2868. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_pin':
  2869. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  2870.   MONO_GC_OBJ_PINNED ((mword)obj,
  2871.   ^
  2872. In file included from ../../mono/utils/dtrace.h:14:0,
  2873.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2874.                 from ../../mono/sgen/sgen-gc.h:749,
  2875.                 from sgen-os-coop.c:27:
  2876. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  2877. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  2878.             ^
  2879. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2880.                 from sgen-os-coop.c:27:
  2881. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  2882.   MONO_GC_OBJ_PINNED ((mword)obj,
  2883.   ^
  2884. In file included from ../../mono/utils/dtrace.h:14:0,
  2885.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2886.                 from ../../mono/sgen/sgen-gc.h:749,
  2887.                 from sgen-os-coop.c:27:
  2888. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  2889. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  2890.             ^
  2891. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2892.                 from sgen-os-coop.c:27:
  2893. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_cement':
  2894. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  2895.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  2896.   ^
  2897. In file included from ../../mono/utils/dtrace.h:14:0,
  2898.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2899.                 from ../../mono/sgen/sgen-gc.h:749,
  2900.                 from sgen-os-coop.c:27:
  2901. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  2902. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  2903.             ^
  2904. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2905.                 from sgen-os-coop.c:27:
  2906. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  2907.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  2908.   ^
  2909. In file included from ../../mono/utils/dtrace.h:14:0,
  2910.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2911.                 from ../../mono/sgen/sgen-gc.h:749,
  2912.                 from sgen-os-coop.c:27:
  2913. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  2914. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  2915.             ^
  2916. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2917.                 from sgen-os-coop.c:27:
  2918. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_copy':
  2919. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 6 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  2920.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  2921.   ^
  2922. In file included from ../../mono/utils/dtrace.h:14:0,
  2923.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2924.                 from ../../mono/sgen/sgen-gc.h:749,
  2925.                 from sgen-os-coop.c:27:
  2926. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  2927. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  2928.             ^
  2929. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2930.                 from sgen-os-coop.c:27:
  2931. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 7 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  2932.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  2933.   ^
  2934. In file included from ../../mono/utils/dtrace.h:14:0,
  2935.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2936.                 from ../../mono/sgen/sgen-gc.h:749,
  2937.                 from sgen-os-coop.c:27:
  2938. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  2939. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  2940.             ^
  2941. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2942.                 from sgen-os-coop.c:27:
  2943. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_global_remset':
  2944. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 4 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  2945.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  2946.   ^
  2947. In file included from ../../mono/utils/dtrace.h:14:0,
  2948.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2949.                 from ../../mono/sgen/sgen-gc.h:749,
  2950.                 from sgen-os-coop.c:27:
  2951. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  2952. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  2953.             ^
  2954. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2955.                 from sgen-os-coop.c:27:
  2956. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 5 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  2957.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  2958.   ^
  2959. In file included from ../../mono/utils/dtrace.h:14:0,
  2960.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2961.                 from ../../mono/sgen/sgen-gc.h:749,
  2962.                 from sgen-os-coop.c:27:
  2963. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  2964. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  2965.             ^
  2966. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2967.                 from sgen-os-coop.c:27:
  2968. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_dislink_update':
  2969. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 4 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  2970.   MONO_GC_WEAK_UPDATE ((mword)link,
  2971.   ^
  2972. In file included from ../../mono/utils/dtrace.h:14:0,
  2973.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2974.                 from ../../mono/sgen/sgen-gc.h:749,
  2975.                 from sgen-os-coop.c:27:
  2976. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  2977. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  2978.             ^
  2979. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2980.                 from sgen-os-coop.c:27:
  2981. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 5 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  2982.   MONO_GC_WEAK_UPDATE ((mword)link,
  2983.   ^
  2984. In file included from ../../mono/utils/dtrace.h:14:0,
  2985.                 from ../../mono/metadata/sgen-client-mono.h:89,
  2986.                 from ../../mono/sgen/sgen-gc.h:749,
  2987.                 from sgen-os-coop.c:27:
  2988. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  2989. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  2990.             ^
  2991.  CC       libmonoruntimesgen_la-sgen-bridge.lo
  2992. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  2993.                 from sgen-bridge.c:46:
  2994. ../../mono/metadata/sgen-client-mono.h: In function 'mono_binary_protocol_alloc_generic':
  2995. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 3 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  2996.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  2997.    ^
  2998. In file included from ../../mono/utils/dtrace.h:14:0,
  2999.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3000.                 from ../../mono/sgen/sgen-gc.h:749,
  3001.                 from sgen-bridge.c:46:
  3002. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  3003. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  3004.             ^
  3005. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3006.                 from sgen-bridge.c:46:
  3007. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 4 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  3008.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  3009.    ^
  3010. In file included from ../../mono/utils/dtrace.h:14:0,
  3011.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3012.                 from ../../mono/sgen/sgen-gc.h:749,
  3013.                 from sgen-bridge.c:46:
  3014. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  3015. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  3016.             ^
  3017. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3018.                 from sgen-bridge.c:46:
  3019. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  3020.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  3021.     ^
  3022. In file included from ../../mono/utils/dtrace.h:14:0,
  3023.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3024.                 from ../../mono/sgen/sgen-gc.h:749,
  3025.                 from sgen-bridge.c:46:
  3026. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  3027. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  3028.             ^
  3029. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3030.                 from sgen-bridge.c:46:
  3031. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  3032.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  3033.     ^
  3034. In file included from ../../mono/utils/dtrace.h:14:0,
  3035.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3036.                 from ../../mono/sgen/sgen-gc.h:749,
  3037.                 from sgen-bridge.c:46:
  3038. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  3039. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  3040.             ^
  3041. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3042.                 from sgen-bridge.c:46:
  3043. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  3044.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  3045.    ^
  3046. In file included from ../../mono/utils/dtrace.h:14:0,
  3047.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3048.                 from ../../mono/sgen/sgen-gc.h:749,
  3049.                 from sgen-bridge.c:46:
  3050. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  3051. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  3052.             ^
  3053. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3054.                 from sgen-bridge.c:46:
  3055. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  3056.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  3057.    ^
  3058. In file included from ../../mono/utils/dtrace.h:14:0,
  3059.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3060.                 from ../../mono/sgen/sgen-gc.h:749,
  3061.                 from sgen-bridge.c:46:
  3062. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  3063. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  3064.             ^
  3065. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3066.                 from sgen-bridge.c:46:
  3067. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_alloc_degraded':
  3068. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  3069.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  3070.  ^
  3071. In file included from ../../mono/utils/dtrace.h:14:0,
  3072.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3073.                 from ../../mono/sgen/sgen-gc.h:749,
  3074.                 from sgen-bridge.c:46:
  3075. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  3076. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  3077.             ^
  3078. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3079.                 from sgen-bridge.c:46:
  3080. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  3081.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  3082.  ^
  3083. In file included from ../../mono/utils/dtrace.h:14:0,
  3084.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3085.                 from ../../mono/sgen/sgen-gc.h:749,
  3086.                 from sgen-bridge.c:46:
  3087. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  3088. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  3089.             ^
  3090. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3091.                 from sgen-bridge.c:46:
  3092. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_pin':
  3093. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  3094.   MONO_GC_OBJ_PINNED ((mword)obj,
  3095.   ^
  3096. In file included from ../../mono/utils/dtrace.h:14:0,
  3097.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3098.                 from ../../mono/sgen/sgen-gc.h:749,
  3099.                 from sgen-bridge.c:46:
  3100. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  3101. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  3102.             ^
  3103. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3104.                 from sgen-bridge.c:46:
  3105. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  3106.   MONO_GC_OBJ_PINNED ((mword)obj,
  3107.   ^
  3108. In file included from ../../mono/utils/dtrace.h:14:0,
  3109.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3110.                 from ../../mono/sgen/sgen-gc.h:749,
  3111.                 from sgen-bridge.c:46:
  3112. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  3113. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  3114.             ^
  3115. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3116.                 from sgen-bridge.c:46:
  3117. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_cement':
  3118. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  3119.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  3120.   ^
  3121. In file included from ../../mono/utils/dtrace.h:14:0,
  3122.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3123.                 from ../../mono/sgen/sgen-gc.h:749,
  3124.                 from sgen-bridge.c:46:
  3125. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  3126. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  3127.             ^
  3128. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3129.                 from sgen-bridge.c:46:
  3130. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  3131.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  3132.   ^
  3133. In file included from ../../mono/utils/dtrace.h:14:0,
  3134.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3135.                 from ../../mono/sgen/sgen-gc.h:749,
  3136.                 from sgen-bridge.c:46:
  3137. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  3138. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  3139.             ^
  3140. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3141.                 from sgen-bridge.c:46:
  3142. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_copy':
  3143. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 6 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  3144.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  3145.   ^
  3146. In file included from ../../mono/utils/dtrace.h:14:0,
  3147.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3148.                 from ../../mono/sgen/sgen-gc.h:749,
  3149.                 from sgen-bridge.c:46:
  3150. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  3151. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  3152.             ^
  3153. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3154.                 from sgen-bridge.c:46:
  3155. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 7 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  3156.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  3157.   ^
  3158. In file included from ../../mono/utils/dtrace.h:14:0,
  3159.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3160.                 from ../../mono/sgen/sgen-gc.h:749,
  3161.                 from sgen-bridge.c:46:
  3162. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  3163. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  3164.             ^
  3165. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3166.                 from sgen-bridge.c:46:
  3167. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_global_remset':
  3168. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 4 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  3169.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  3170.   ^
  3171. In file included from ../../mono/utils/dtrace.h:14:0,
  3172.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3173.                 from ../../mono/sgen/sgen-gc.h:749,
  3174.                 from sgen-bridge.c:46:
  3175. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  3176. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  3177.             ^
  3178. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3179.                 from sgen-bridge.c:46:
  3180. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 5 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  3181.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  3182.   ^
  3183. In file included from ../../mono/utils/dtrace.h:14:0,
  3184.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3185.                 from ../../mono/sgen/sgen-gc.h:749,
  3186.                 from sgen-bridge.c:46:
  3187. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  3188. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  3189.             ^
  3190. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3191.                 from sgen-bridge.c:46:
  3192. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_dislink_update':
  3193. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 4 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  3194.   MONO_GC_WEAK_UPDATE ((mword)link,
  3195.   ^
  3196. In file included from ../../mono/utils/dtrace.h:14:0,
  3197.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3198.                 from ../../mono/sgen/sgen-gc.h:749,
  3199.                 from sgen-bridge.c:46:
  3200. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  3201. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  3202.             ^
  3203. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3204.                 from sgen-bridge.c:46:
  3205. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 5 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  3206.   MONO_GC_WEAK_UPDATE ((mword)link,
  3207.   ^
  3208. In file included from ../../mono/utils/dtrace.h:14:0,
  3209.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3210.                 from ../../mono/sgen/sgen-gc.h:749,
  3211.                 from sgen-bridge.c:46:
  3212. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  3213. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  3214.             ^
  3215.  CC       libmonoruntimesgen_la-sgen-old-bridge.lo
  3216. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3217.                 from sgen-old-bridge.c:46:
  3218. ../../mono/metadata/sgen-client-mono.h: In function 'mono_binary_protocol_alloc_generic':
  3219. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 3 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  3220.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  3221.    ^
  3222. In file included from ../../mono/utils/dtrace.h:14:0,
  3223.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3224.                 from ../../mono/sgen/sgen-gc.h:749,
  3225.                 from sgen-old-bridge.c:46:
  3226. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  3227. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  3228.             ^
  3229. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3230.                 from sgen-old-bridge.c:46:
  3231. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 4 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  3232.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  3233.    ^
  3234. In file included from ../../mono/utils/dtrace.h:14:0,
  3235.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3236.                 from ../../mono/sgen/sgen-gc.h:749,
  3237.                 from sgen-old-bridge.c:46:
  3238. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  3239. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  3240.             ^
  3241. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3242.                 from sgen-old-bridge.c:46:
  3243. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  3244.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  3245.     ^
  3246. In file included from ../../mono/utils/dtrace.h:14:0,
  3247.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3248.                 from ../../mono/sgen/sgen-gc.h:749,
  3249.                 from sgen-old-bridge.c:46:
  3250. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  3251. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  3252.             ^
  3253. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3254.                 from sgen-old-bridge.c:46:
  3255. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  3256.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  3257.     ^
  3258. In file included from ../../mono/utils/dtrace.h:14:0,
  3259.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3260.                 from ../../mono/sgen/sgen-gc.h:749,
  3261.                 from sgen-old-bridge.c:46:
  3262. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  3263. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  3264.             ^
  3265. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3266.                 from sgen-old-bridge.c:46:
  3267. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  3268.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  3269.    ^
  3270. In file included from ../../mono/utils/dtrace.h:14:0,
  3271.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3272.                 from ../../mono/sgen/sgen-gc.h:749,
  3273.                 from sgen-old-bridge.c:46:
  3274. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  3275. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  3276.             ^
  3277. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3278.                 from sgen-old-bridge.c:46:
  3279. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  3280.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  3281.    ^
  3282. In file included from ../../mono/utils/dtrace.h:14:0,
  3283.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3284.                 from ../../mono/sgen/sgen-gc.h:749,
  3285.                 from sgen-old-bridge.c:46:
  3286. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  3287. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  3288.             ^
  3289. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3290.                 from sgen-old-bridge.c:46:
  3291. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_alloc_degraded':
  3292. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  3293.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  3294.  ^
  3295. In file included from ../../mono/utils/dtrace.h:14:0,
  3296.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3297.                 from ../../mono/sgen/sgen-gc.h:749,
  3298.                 from sgen-old-bridge.c:46:
  3299. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  3300. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  3301.             ^
  3302. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3303.                 from sgen-old-bridge.c:46:
  3304. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  3305.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  3306.  ^
  3307. In file included from ../../mono/utils/dtrace.h:14:0,
  3308.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3309.                 from ../../mono/sgen/sgen-gc.h:749,
  3310.                 from sgen-old-bridge.c:46:
  3311. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  3312. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  3313.             ^
  3314. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3315.                 from sgen-old-bridge.c:46:
  3316. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_pin':
  3317. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  3318.   MONO_GC_OBJ_PINNED ((mword)obj,
  3319.   ^
  3320. In file included from ../../mono/utils/dtrace.h:14:0,
  3321.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3322.                 from ../../mono/sgen/sgen-gc.h:749,
  3323.                 from sgen-old-bridge.c:46:
  3324. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  3325. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  3326.             ^
  3327. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3328.                 from sgen-old-bridge.c:46:
  3329. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  3330.   MONO_GC_OBJ_PINNED ((mword)obj,
  3331.   ^
  3332. In file included from ../../mono/utils/dtrace.h:14:0,
  3333.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3334.                 from ../../mono/sgen/sgen-gc.h:749,
  3335.                 from sgen-old-bridge.c:46:
  3336. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  3337. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  3338.             ^
  3339. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3340.                 from sgen-old-bridge.c:46:
  3341. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_cement':
  3342. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  3343.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  3344.   ^
  3345. In file included from ../../mono/utils/dtrace.h:14:0,
  3346.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3347.                 from ../../mono/sgen/sgen-gc.h:749,
  3348.                 from sgen-old-bridge.c:46:
  3349. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  3350. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  3351.             ^
  3352. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3353.                 from sgen-old-bridge.c:46:
  3354. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  3355.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  3356.   ^
  3357. In file included from ../../mono/utils/dtrace.h:14:0,
  3358.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3359.                 from ../../mono/sgen/sgen-gc.h:749,
  3360.                 from sgen-old-bridge.c:46:
  3361. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  3362. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  3363.             ^
  3364. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3365.                 from sgen-old-bridge.c:46:
  3366. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_copy':
  3367. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 6 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  3368.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  3369.   ^
  3370. In file included from ../../mono/utils/dtrace.h:14:0,
  3371.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3372.                 from ../../mono/sgen/sgen-gc.h:749,
  3373.                 from sgen-old-bridge.c:46:
  3374. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  3375. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  3376.             ^
  3377. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3378.                 from sgen-old-bridge.c:46:
  3379. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 7 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  3380.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  3381.   ^
  3382. In file included from ../../mono/utils/dtrace.h:14:0,
  3383.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3384.                 from ../../mono/sgen/sgen-gc.h:749,
  3385.                 from sgen-old-bridge.c:46:
  3386. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  3387. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  3388.             ^
  3389. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3390.                 from sgen-old-bridge.c:46:
  3391. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_global_remset':
  3392. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 4 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  3393.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  3394.   ^
  3395. In file included from ../../mono/utils/dtrace.h:14:0,
  3396.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3397.                 from ../../mono/sgen/sgen-gc.h:749,
  3398.                 from sgen-old-bridge.c:46:
  3399. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  3400. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  3401.             ^
  3402. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3403.                 from sgen-old-bridge.c:46:
  3404. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 5 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  3405.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  3406.   ^
  3407. In file included from ../../mono/utils/dtrace.h:14:0,
  3408.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3409.                 from ../../mono/sgen/sgen-gc.h:749,
  3410.                 from sgen-old-bridge.c:46:
  3411. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  3412. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  3413.             ^
  3414. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3415.                 from sgen-old-bridge.c:46:
  3416. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_dislink_update':
  3417. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 4 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  3418.   MONO_GC_WEAK_UPDATE ((mword)link,
  3419.   ^
  3420. In file included from ../../mono/utils/dtrace.h:14:0,
  3421.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3422.                 from ../../mono/sgen/sgen-gc.h:749,
  3423.                 from sgen-old-bridge.c:46:
  3424. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  3425. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  3426.             ^
  3427. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3428.                 from sgen-old-bridge.c:46:
  3429. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 5 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  3430.   MONO_GC_WEAK_UPDATE ((mword)link,
  3431.   ^
  3432. In file included from ../../mono/utils/dtrace.h:14:0,
  3433.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3434.                 from ../../mono/sgen/sgen-gc.h:749,
  3435.                 from sgen-old-bridge.c:46:
  3436. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  3437. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  3438.             ^
  3439.  CC       libmonoruntimesgen_la-sgen-new-bridge.lo
  3440. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3441.                 from sgen-new-bridge.c:47:
  3442. ../../mono/metadata/sgen-client-mono.h: In function 'mono_binary_protocol_alloc_generic':
  3443. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 3 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  3444.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  3445.    ^
  3446. In file included from ../../mono/utils/dtrace.h:14:0,
  3447.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3448.                 from ../../mono/sgen/sgen-gc.h:749,
  3449.                 from sgen-new-bridge.c:47:
  3450. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  3451. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  3452.             ^
  3453. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3454.                 from sgen-new-bridge.c:47:
  3455. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 4 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  3456.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  3457.    ^
  3458. In file included from ../../mono/utils/dtrace.h:14:0,
  3459.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3460.                 from ../../mono/sgen/sgen-gc.h:749,
  3461.                 from sgen-new-bridge.c:47:
  3462. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  3463. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  3464.             ^
  3465. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3466.                 from sgen-new-bridge.c:47:
  3467. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  3468.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  3469.     ^
  3470. In file included from ../../mono/utils/dtrace.h:14:0,
  3471.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3472.                 from ../../mono/sgen/sgen-gc.h:749,
  3473.                 from sgen-new-bridge.c:47:
  3474. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  3475. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  3476.             ^
  3477. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3478.                 from sgen-new-bridge.c:47:
  3479. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  3480.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  3481.     ^
  3482. In file included from ../../mono/utils/dtrace.h:14:0,
  3483.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3484.                 from ../../mono/sgen/sgen-gc.h:749,
  3485.                 from sgen-new-bridge.c:47:
  3486. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  3487. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  3488.             ^
  3489. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3490.                 from sgen-new-bridge.c:47:
  3491. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  3492.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  3493.    ^
  3494. In file included from ../../mono/utils/dtrace.h:14:0,
  3495.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3496.                 from ../../mono/sgen/sgen-gc.h:749,
  3497.                 from sgen-new-bridge.c:47:
  3498. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  3499. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  3500.             ^
  3501. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3502.                 from sgen-new-bridge.c:47:
  3503. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  3504.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  3505.    ^
  3506. In file included from ../../mono/utils/dtrace.h:14:0,
  3507.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3508.                 from ../../mono/sgen/sgen-gc.h:749,
  3509.                 from sgen-new-bridge.c:47:
  3510. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  3511. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  3512.             ^
  3513. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3514.                 from sgen-new-bridge.c:47:
  3515. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_alloc_degraded':
  3516. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  3517.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  3518.  ^
  3519. In file included from ../../mono/utils/dtrace.h:14:0,
  3520.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3521.                 from ../../mono/sgen/sgen-gc.h:749,
  3522.                 from sgen-new-bridge.c:47:
  3523. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  3524. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  3525.             ^
  3526. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3527.                 from sgen-new-bridge.c:47:
  3528. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  3529.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  3530.  ^
  3531. In file included from ../../mono/utils/dtrace.h:14:0,
  3532.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3533.                 from ../../mono/sgen/sgen-gc.h:749,
  3534.                 from sgen-new-bridge.c:47:
  3535. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  3536. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  3537.             ^
  3538. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3539.                 from sgen-new-bridge.c:47:
  3540. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_pin':
  3541. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  3542.   MONO_GC_OBJ_PINNED ((mword)obj,
  3543.   ^
  3544. In file included from ../../mono/utils/dtrace.h:14:0,
  3545.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3546.                 from ../../mono/sgen/sgen-gc.h:749,
  3547.                 from sgen-new-bridge.c:47:
  3548. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  3549. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  3550.             ^
  3551. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3552.                 from sgen-new-bridge.c:47:
  3553. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  3554.   MONO_GC_OBJ_PINNED ((mword)obj,
  3555.   ^
  3556. In file included from ../../mono/utils/dtrace.h:14:0,
  3557.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3558.                 from ../../mono/sgen/sgen-gc.h:749,
  3559.                 from sgen-new-bridge.c:47:
  3560. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  3561. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  3562.             ^
  3563. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3564.                 from sgen-new-bridge.c:47:
  3565. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_cement':
  3566. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  3567.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  3568.   ^
  3569. In file included from ../../mono/utils/dtrace.h:14:0,
  3570.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3571.                 from ../../mono/sgen/sgen-gc.h:749,
  3572.                 from sgen-new-bridge.c:47:
  3573. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  3574. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  3575.             ^
  3576. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3577.                 from sgen-new-bridge.c:47:
  3578. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  3579.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  3580.   ^
  3581. In file included from ../../mono/utils/dtrace.h:14:0,
  3582.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3583.                 from ../../mono/sgen/sgen-gc.h:749,
  3584.                 from sgen-new-bridge.c:47:
  3585. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  3586. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  3587.             ^
  3588. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3589.                 from sgen-new-bridge.c:47:
  3590. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_copy':
  3591. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 6 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  3592.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  3593.   ^
  3594. In file included from ../../mono/utils/dtrace.h:14:0,
  3595.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3596.                 from ../../mono/sgen/sgen-gc.h:749,
  3597.                 from sgen-new-bridge.c:47:
  3598. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  3599. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  3600.             ^
  3601. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3602.                 from sgen-new-bridge.c:47:
  3603. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 7 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  3604.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  3605.   ^
  3606. In file included from ../../mono/utils/dtrace.h:14:0,
  3607.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3608.                 from ../../mono/sgen/sgen-gc.h:749,
  3609.                 from sgen-new-bridge.c:47:
  3610. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  3611. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  3612.             ^
  3613. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3614.                 from sgen-new-bridge.c:47:
  3615. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_global_remset':
  3616. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 4 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  3617.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  3618.   ^
  3619. In file included from ../../mono/utils/dtrace.h:14:0,
  3620.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3621.                 from ../../mono/sgen/sgen-gc.h:749,
  3622.                 from sgen-new-bridge.c:47:
  3623. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  3624. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  3625.             ^
  3626. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3627.                 from sgen-new-bridge.c:47:
  3628. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 5 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  3629.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  3630.   ^
  3631. In file included from ../../mono/utils/dtrace.h:14:0,
  3632.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3633.                 from ../../mono/sgen/sgen-gc.h:749,
  3634.                 from sgen-new-bridge.c:47:
  3635. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  3636. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  3637.             ^
  3638. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3639.                 from sgen-new-bridge.c:47:
  3640. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_dislink_update':
  3641. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 4 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  3642.   MONO_GC_WEAK_UPDATE ((mword)link,
  3643.   ^
  3644. In file included from ../../mono/utils/dtrace.h:14:0,
  3645.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3646.                 from ../../mono/sgen/sgen-gc.h:749,
  3647.                 from sgen-new-bridge.c:47:
  3648. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  3649. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  3650.             ^
  3651. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3652.                 from sgen-new-bridge.c:47:
  3653. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 5 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  3654.   MONO_GC_WEAK_UPDATE ((mword)link,
  3655.   ^
  3656. In file included from ../../mono/utils/dtrace.h:14:0,
  3657.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3658.                 from ../../mono/sgen/sgen-gc.h:749,
  3659.                 from sgen-new-bridge.c:47:
  3660. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  3661. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  3662.             ^
  3663.  CC       libmonoruntimesgen_la-sgen-tarjan-bridge.lo
  3664. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3665.                 from sgen-tarjan-bridge.c:46:
  3666. ../../mono/metadata/sgen-client-mono.h: In function 'mono_binary_protocol_alloc_generic':
  3667. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 3 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  3668.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  3669.    ^
  3670. In file included from ../../mono/utils/dtrace.h:14:0,
  3671.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3672.                 from ../../mono/sgen/sgen-gc.h:749,
  3673.                 from sgen-tarjan-bridge.c:46:
  3674. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  3675. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  3676.             ^
  3677. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3678.                 from sgen-tarjan-bridge.c:46:
  3679. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 4 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  3680.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  3681.    ^
  3682. In file included from ../../mono/utils/dtrace.h:14:0,
  3683.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3684.                 from ../../mono/sgen/sgen-gc.h:749,
  3685.                 from sgen-tarjan-bridge.c:46:
  3686. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  3687. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  3688.             ^
  3689. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3690.                 from sgen-tarjan-bridge.c:46:
  3691. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  3692.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  3693.     ^
  3694. In file included from ../../mono/utils/dtrace.h:14:0,
  3695.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3696.                 from ../../mono/sgen/sgen-gc.h:749,
  3697.                 from sgen-tarjan-bridge.c:46:
  3698. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  3699. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  3700.             ^
  3701. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3702.                 from sgen-tarjan-bridge.c:46:
  3703. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  3704.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  3705.     ^
  3706. In file included from ../../mono/utils/dtrace.h:14:0,
  3707.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3708.                 from ../../mono/sgen/sgen-gc.h:749,
  3709.                 from sgen-tarjan-bridge.c:46:
  3710. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  3711. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  3712.             ^
  3713. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3714.                 from sgen-tarjan-bridge.c:46:
  3715. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  3716.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  3717.    ^
  3718. In file included from ../../mono/utils/dtrace.h:14:0,
  3719.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3720.                 from ../../mono/sgen/sgen-gc.h:749,
  3721.                 from sgen-tarjan-bridge.c:46:
  3722. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  3723. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  3724.             ^
  3725. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3726.                 from sgen-tarjan-bridge.c:46:
  3727. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  3728.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  3729.    ^
  3730. In file included from ../../mono/utils/dtrace.h:14:0,
  3731.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3732.                 from ../../mono/sgen/sgen-gc.h:749,
  3733.                 from sgen-tarjan-bridge.c:46:
  3734. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  3735. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  3736.             ^
  3737. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3738.                 from sgen-tarjan-bridge.c:46:
  3739. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_alloc_degraded':
  3740. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  3741.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  3742.  ^
  3743. In file included from ../../mono/utils/dtrace.h:14:0,
  3744.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3745.                 from ../../mono/sgen/sgen-gc.h:749,
  3746.                 from sgen-tarjan-bridge.c:46:
  3747. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  3748. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  3749.             ^
  3750. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3751.                 from sgen-tarjan-bridge.c:46:
  3752. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  3753.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  3754.  ^
  3755. In file included from ../../mono/utils/dtrace.h:14:0,
  3756.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3757.                 from ../../mono/sgen/sgen-gc.h:749,
  3758.                 from sgen-tarjan-bridge.c:46:
  3759. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  3760. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  3761.             ^
  3762. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3763.                 from sgen-tarjan-bridge.c:46:
  3764. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_pin':
  3765. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  3766.   MONO_GC_OBJ_PINNED ((mword)obj,
  3767.   ^
  3768. In file included from ../../mono/utils/dtrace.h:14:0,
  3769.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3770.                 from ../../mono/sgen/sgen-gc.h:749,
  3771.                 from sgen-tarjan-bridge.c:46:
  3772. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  3773. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  3774.             ^
  3775. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3776.                 from sgen-tarjan-bridge.c:46:
  3777. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  3778.   MONO_GC_OBJ_PINNED ((mword)obj,
  3779.   ^
  3780. In file included from ../../mono/utils/dtrace.h:14:0,
  3781.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3782.                 from ../../mono/sgen/sgen-gc.h:749,
  3783.                 from sgen-tarjan-bridge.c:46:
  3784. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  3785. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  3786.             ^
  3787. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3788.                 from sgen-tarjan-bridge.c:46:
  3789. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_cement':
  3790. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  3791.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  3792.   ^
  3793. In file included from ../../mono/utils/dtrace.h:14:0,
  3794.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3795.                 from ../../mono/sgen/sgen-gc.h:749,
  3796.                 from sgen-tarjan-bridge.c:46:
  3797. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  3798. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  3799.             ^
  3800. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3801.                 from sgen-tarjan-bridge.c:46:
  3802. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  3803.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  3804.   ^
  3805. In file included from ../../mono/utils/dtrace.h:14:0,
  3806.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3807.                 from ../../mono/sgen/sgen-gc.h:749,
  3808.                 from sgen-tarjan-bridge.c:46:
  3809. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  3810. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  3811.             ^
  3812. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3813.                 from sgen-tarjan-bridge.c:46:
  3814. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_copy':
  3815. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 6 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  3816.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  3817.   ^
  3818. In file included from ../../mono/utils/dtrace.h:14:0,
  3819.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3820.                 from ../../mono/sgen/sgen-gc.h:749,
  3821.                 from sgen-tarjan-bridge.c:46:
  3822. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  3823. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  3824.             ^
  3825. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3826.                 from sgen-tarjan-bridge.c:46:
  3827. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 7 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  3828.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  3829.   ^
  3830. In file included from ../../mono/utils/dtrace.h:14:0,
  3831.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3832.                 from ../../mono/sgen/sgen-gc.h:749,
  3833.                 from sgen-tarjan-bridge.c:46:
  3834. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  3835. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  3836.             ^
  3837. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3838.                 from sgen-tarjan-bridge.c:46:
  3839. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_global_remset':
  3840. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 4 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  3841.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  3842.   ^
  3843. In file included from ../../mono/utils/dtrace.h:14:0,
  3844.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3845.                 from ../../mono/sgen/sgen-gc.h:749,
  3846.                 from sgen-tarjan-bridge.c:46:
  3847. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  3848. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  3849.             ^
  3850. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3851.                 from sgen-tarjan-bridge.c:46:
  3852. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 5 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  3853.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  3854.   ^
  3855. In file included from ../../mono/utils/dtrace.h:14:0,
  3856.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3857.                 from ../../mono/sgen/sgen-gc.h:749,
  3858.                 from sgen-tarjan-bridge.c:46:
  3859. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  3860. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  3861.             ^
  3862. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3863.                 from sgen-tarjan-bridge.c:46:
  3864. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_dislink_update':
  3865. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 4 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  3866.   MONO_GC_WEAK_UPDATE ((mword)link,
  3867.   ^
  3868. In file included from ../../mono/utils/dtrace.h:14:0,
  3869.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3870.                 from ../../mono/sgen/sgen-gc.h:749,
  3871.                 from sgen-tarjan-bridge.c:46:
  3872. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  3873. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  3874.             ^
  3875. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3876.                 from sgen-tarjan-bridge.c:46:
  3877. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 5 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  3878.   MONO_GC_WEAK_UPDATE ((mword)link,
  3879.   ^
  3880. In file included from ../../mono/utils/dtrace.h:14:0,
  3881.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3882.                 from ../../mono/sgen/sgen-gc.h:749,
  3883.                 from sgen-tarjan-bridge.c:46:
  3884. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  3885. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  3886.             ^
  3887.  CC       libmonoruntimesgen_la-sgen-toggleref.lo
  3888. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3889.                 from sgen-toggleref.c:28:
  3890. ../../mono/metadata/sgen-client-mono.h: In function 'mono_binary_protocol_alloc_generic':
  3891. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 3 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  3892.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  3893.    ^
  3894. In file included from ../../mono/utils/dtrace.h:14:0,
  3895.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3896.                 from ../../mono/sgen/sgen-gc.h:749,
  3897.                 from sgen-toggleref.c:28:
  3898. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  3899. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  3900.             ^
  3901. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3902.                 from sgen-toggleref.c:28:
  3903. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 4 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  3904.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  3905.    ^
  3906. In file included from ../../mono/utils/dtrace.h:14:0,
  3907.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3908.                 from ../../mono/sgen/sgen-gc.h:749,
  3909.                 from sgen-toggleref.c:28:
  3910. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  3911. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  3912.             ^
  3913. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3914.                 from sgen-toggleref.c:28:
  3915. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  3916.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  3917.     ^
  3918. In file included from ../../mono/utils/dtrace.h:14:0,
  3919.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3920.                 from ../../mono/sgen/sgen-gc.h:749,
  3921.                 from sgen-toggleref.c:28:
  3922. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  3923. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  3924.             ^
  3925. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3926.                 from sgen-toggleref.c:28:
  3927. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  3928.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  3929.     ^
  3930. In file included from ../../mono/utils/dtrace.h:14:0,
  3931.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3932.                 from ../../mono/sgen/sgen-gc.h:749,
  3933.                 from sgen-toggleref.c:28:
  3934. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  3935. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  3936.             ^
  3937. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3938.                 from sgen-toggleref.c:28:
  3939. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  3940.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  3941.    ^
  3942. In file included from ../../mono/utils/dtrace.h:14:0,
  3943.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3944.                 from ../../mono/sgen/sgen-gc.h:749,
  3945.                 from sgen-toggleref.c:28:
  3946. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  3947. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  3948.             ^
  3949. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3950.                 from sgen-toggleref.c:28:
  3951. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  3952.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  3953.    ^
  3954. In file included from ../../mono/utils/dtrace.h:14:0,
  3955.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3956.                 from ../../mono/sgen/sgen-gc.h:749,
  3957.                 from sgen-toggleref.c:28:
  3958. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  3959. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  3960.             ^
  3961. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3962.                 from sgen-toggleref.c:28:
  3963. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_alloc_degraded':
  3964. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  3965.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  3966.  ^
  3967. In file included from ../../mono/utils/dtrace.h:14:0,
  3968.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3969.                 from ../../mono/sgen/sgen-gc.h:749,
  3970.                 from sgen-toggleref.c:28:
  3971. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  3972. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  3973.             ^
  3974. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3975.                 from sgen-toggleref.c:28:
  3976. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  3977.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  3978.  ^
  3979. In file included from ../../mono/utils/dtrace.h:14:0,
  3980.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3981.                 from ../../mono/sgen/sgen-gc.h:749,
  3982.                 from sgen-toggleref.c:28:
  3983. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  3984. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  3985.             ^
  3986. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  3987.                 from sgen-toggleref.c:28:
  3988. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_pin':
  3989. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  3990.   MONO_GC_OBJ_PINNED ((mword)obj,
  3991.   ^
  3992. In file included from ../../mono/utils/dtrace.h:14:0,
  3993.                 from ../../mono/metadata/sgen-client-mono.h:89,
  3994.                 from ../../mono/sgen/sgen-gc.h:749,
  3995.                 from sgen-toggleref.c:28:
  3996. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  3997. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  3998.             ^
  3999. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4000.                 from sgen-toggleref.c:28:
  4001. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  4002.   MONO_GC_OBJ_PINNED ((mword)obj,
  4003.   ^
  4004. In file included from ../../mono/utils/dtrace.h:14:0,
  4005.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4006.                 from ../../mono/sgen/sgen-gc.h:749,
  4007.                 from sgen-toggleref.c:28:
  4008. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  4009. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  4010.             ^
  4011. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4012.                 from sgen-toggleref.c:28:
  4013. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_cement':
  4014. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  4015.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  4016.   ^
  4017. In file included from ../../mono/utils/dtrace.h:14:0,
  4018.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4019.                 from ../../mono/sgen/sgen-gc.h:749,
  4020.                 from sgen-toggleref.c:28:
  4021. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  4022. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  4023.             ^
  4024. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4025.                 from sgen-toggleref.c:28:
  4026. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  4027.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  4028.   ^
  4029. In file included from ../../mono/utils/dtrace.h:14:0,
  4030.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4031.                 from ../../mono/sgen/sgen-gc.h:749,
  4032.                 from sgen-toggleref.c:28:
  4033. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  4034. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  4035.             ^
  4036. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4037.                 from sgen-toggleref.c:28:
  4038. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_copy':
  4039. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 6 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  4040.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  4041.   ^
  4042. In file included from ../../mono/utils/dtrace.h:14:0,
  4043.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4044.                 from ../../mono/sgen/sgen-gc.h:749,
  4045.                 from sgen-toggleref.c:28:
  4046. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  4047. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  4048.             ^
  4049. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4050.                 from sgen-toggleref.c:28:
  4051. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 7 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  4052.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  4053.   ^
  4054. In file included from ../../mono/utils/dtrace.h:14:0,
  4055.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4056.                 from ../../mono/sgen/sgen-gc.h:749,
  4057.                 from sgen-toggleref.c:28:
  4058. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  4059. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  4060.             ^
  4061. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4062.                 from sgen-toggleref.c:28:
  4063. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_global_remset':
  4064. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 4 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  4065.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  4066.   ^
  4067. In file included from ../../mono/utils/dtrace.h:14:0,
  4068.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4069.                 from ../../mono/sgen/sgen-gc.h:749,
  4070.                 from sgen-toggleref.c:28:
  4071. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  4072. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  4073.             ^
  4074. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4075.                 from sgen-toggleref.c:28:
  4076. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 5 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  4077.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  4078.   ^
  4079. In file included from ../../mono/utils/dtrace.h:14:0,
  4080.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4081.                 from ../../mono/sgen/sgen-gc.h:749,
  4082.                 from sgen-toggleref.c:28:
  4083. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  4084. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  4085.             ^
  4086. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4087.                 from sgen-toggleref.c:28:
  4088. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_dislink_update':
  4089. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 4 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  4090.   MONO_GC_WEAK_UPDATE ((mword)link,
  4091.   ^
  4092. In file included from ../../mono/utils/dtrace.h:14:0,
  4093.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4094.                 from ../../mono/sgen/sgen-gc.h:749,
  4095.                 from sgen-toggleref.c:28:
  4096. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  4097. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  4098.             ^
  4099. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4100.                 from sgen-toggleref.c:28:
  4101. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 5 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  4102.   MONO_GC_WEAK_UPDATE ((mword)link,
  4103.   ^
  4104. In file included from ../../mono/utils/dtrace.h:14:0,
  4105.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4106.                 from ../../mono/sgen/sgen-gc.h:749,
  4107.                 from sgen-toggleref.c:28:
  4108. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  4109. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  4110.             ^
  4111.  CC       libmonoruntimesgen_la-sgen-stw.lo
  4112. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4113.                 from sgen-stw.c:30:
  4114. ../../mono/metadata/sgen-client-mono.h: In function 'mono_binary_protocol_alloc_generic':
  4115. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 3 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  4116.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  4117.    ^
  4118. In file included from ../../mono/utils/dtrace.h:14:0,
  4119.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4120.                 from ../../mono/sgen/sgen-gc.h:749,
  4121.                 from sgen-stw.c:30:
  4122. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  4123. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  4124.             ^
  4125. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4126.                 from sgen-stw.c:30:
  4127. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 4 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  4128.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  4129.    ^
  4130. In file included from ../../mono/utils/dtrace.h:14:0,
  4131.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4132.                 from ../../mono/sgen/sgen-gc.h:749,
  4133.                 from sgen-stw.c:30:
  4134. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  4135. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  4136.             ^
  4137. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4138.                 from sgen-stw.c:30:
  4139. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  4140.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  4141.     ^
  4142. In file included from ../../mono/utils/dtrace.h:14:0,
  4143.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4144.                 from ../../mono/sgen/sgen-gc.h:749,
  4145.                 from sgen-stw.c:30:
  4146. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  4147. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  4148.             ^
  4149. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4150.                 from sgen-stw.c:30:
  4151. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  4152.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  4153.     ^
  4154. In file included from ../../mono/utils/dtrace.h:14:0,
  4155.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4156.                 from ../../mono/sgen/sgen-gc.h:749,
  4157.                 from sgen-stw.c:30:
  4158. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  4159. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  4160.             ^
  4161. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4162.                 from sgen-stw.c:30:
  4163. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  4164.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  4165.    ^
  4166. In file included from ../../mono/utils/dtrace.h:14:0,
  4167.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4168.                 from ../../mono/sgen/sgen-gc.h:749,
  4169.                 from sgen-stw.c:30:
  4170. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  4171. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  4172.             ^
  4173. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4174.                 from sgen-stw.c:30:
  4175. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  4176.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  4177.    ^
  4178. In file included from ../../mono/utils/dtrace.h:14:0,
  4179.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4180.                 from ../../mono/sgen/sgen-gc.h:749,
  4181.                 from sgen-stw.c:30:
  4182. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  4183. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  4184.             ^
  4185. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4186.                 from sgen-stw.c:30:
  4187. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_alloc_degraded':
  4188. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  4189.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  4190.  ^
  4191. In file included from ../../mono/utils/dtrace.h:14:0,
  4192.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4193.                 from ../../mono/sgen/sgen-gc.h:749,
  4194.                 from sgen-stw.c:30:
  4195. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  4196. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  4197.             ^
  4198. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4199.                 from sgen-stw.c:30:
  4200. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  4201.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  4202.  ^
  4203. In file included from ../../mono/utils/dtrace.h:14:0,
  4204.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4205.                 from ../../mono/sgen/sgen-gc.h:749,
  4206.                 from sgen-stw.c:30:
  4207. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  4208. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  4209.             ^
  4210. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4211.                 from sgen-stw.c:30:
  4212. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_pin':
  4213. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  4214.   MONO_GC_OBJ_PINNED ((mword)obj,
  4215.   ^
  4216. In file included from ../../mono/utils/dtrace.h:14:0,
  4217.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4218.                 from ../../mono/sgen/sgen-gc.h:749,
  4219.                 from sgen-stw.c:30:
  4220. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  4221. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  4222.             ^
  4223. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4224.                 from sgen-stw.c:30:
  4225. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  4226.   MONO_GC_OBJ_PINNED ((mword)obj,
  4227.   ^
  4228. In file included from ../../mono/utils/dtrace.h:14:0,
  4229.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4230.                 from ../../mono/sgen/sgen-gc.h:749,
  4231.                 from sgen-stw.c:30:
  4232. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  4233. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  4234.             ^
  4235. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4236.                 from sgen-stw.c:30:
  4237. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_cement':
  4238. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  4239.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  4240.   ^
  4241. In file included from ../../mono/utils/dtrace.h:14:0,
  4242.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4243.                 from ../../mono/sgen/sgen-gc.h:749,
  4244.                 from sgen-stw.c:30:
  4245. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  4246. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  4247.             ^
  4248. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4249.                 from sgen-stw.c:30:
  4250. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  4251.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  4252.   ^
  4253. In file included from ../../mono/utils/dtrace.h:14:0,
  4254.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4255.                 from ../../mono/sgen/sgen-gc.h:749,
  4256.                 from sgen-stw.c:30:
  4257. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  4258. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  4259.             ^
  4260. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4261.                 from sgen-stw.c:30:
  4262. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_copy':
  4263. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 6 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  4264.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  4265.   ^
  4266. In file included from ../../mono/utils/dtrace.h:14:0,
  4267.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4268.                 from ../../mono/sgen/sgen-gc.h:749,
  4269.                 from sgen-stw.c:30:
  4270. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  4271. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  4272.             ^
  4273. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4274.                 from sgen-stw.c:30:
  4275. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 7 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  4276.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  4277.   ^
  4278. In file included from ../../mono/utils/dtrace.h:14:0,
  4279.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4280.                 from ../../mono/sgen/sgen-gc.h:749,
  4281.                 from sgen-stw.c:30:
  4282. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  4283. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  4284.             ^
  4285. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4286.                 from sgen-stw.c:30:
  4287. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_global_remset':
  4288. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 4 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  4289.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  4290.   ^
  4291. In file included from ../../mono/utils/dtrace.h:14:0,
  4292.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4293.                 from ../../mono/sgen/sgen-gc.h:749,
  4294.                 from sgen-stw.c:30:
  4295. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  4296. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  4297.             ^
  4298. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4299.                 from sgen-stw.c:30:
  4300. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 5 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  4301.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  4302.   ^
  4303. In file included from ../../mono/utils/dtrace.h:14:0,
  4304.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4305.                 from ../../mono/sgen/sgen-gc.h:749,
  4306.                 from sgen-stw.c:30:
  4307. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  4308. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  4309.             ^
  4310. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4311.                 from sgen-stw.c:30:
  4312. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_dislink_update':
  4313. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 4 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  4314.   MONO_GC_WEAK_UPDATE ((mword)link,
  4315.   ^
  4316. In file included from ../../mono/utils/dtrace.h:14:0,
  4317.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4318.                 from ../../mono/sgen/sgen-gc.h:749,
  4319.                 from sgen-stw.c:30:
  4320. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  4321. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  4322.             ^
  4323. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4324.                 from sgen-stw.c:30:
  4325. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 5 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  4326.   MONO_GC_WEAK_UPDATE ((mword)link,
  4327.   ^
  4328. In file included from ../../mono/utils/dtrace.h:14:0,
  4329.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4330.                 from ../../mono/sgen/sgen-gc.h:749,
  4331.                 from sgen-stw.c:30:
  4332. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  4333. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  4334.             ^
  4335.  CC       libmonoruntimesgen_la-sgen-mono.lo
  4336. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4337.                 from sgen-mono.c:23:
  4338. ../../mono/metadata/sgen-client-mono.h: In function 'mono_binary_protocol_alloc_generic':
  4339. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 3 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  4340.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  4341.    ^
  4342. In file included from ../../mono/utils/dtrace.h:14:0,
  4343.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4344.                 from ../../mono/sgen/sgen-gc.h:749,
  4345.                 from sgen-mono.c:23:
  4346. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  4347. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  4348.             ^
  4349. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4350.                 from sgen-mono.c:23:
  4351. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 4 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  4352.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  4353.    ^
  4354. In file included from ../../mono/utils/dtrace.h:14:0,
  4355.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4356.                 from ../../mono/sgen/sgen-gc.h:749,
  4357.                 from sgen-mono.c:23:
  4358. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  4359. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  4360.             ^
  4361. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4362.                 from sgen-mono.c:23:
  4363. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  4364.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  4365.     ^
  4366. In file included from ../../mono/utils/dtrace.h:14:0,
  4367.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4368.                 from ../../mono/sgen/sgen-gc.h:749,
  4369.                 from sgen-mono.c:23:
  4370. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  4371. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  4372.             ^
  4373. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4374.                 from sgen-mono.c:23:
  4375. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  4376.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  4377.     ^
  4378. In file included from ../../mono/utils/dtrace.h:14:0,
  4379.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4380.                 from ../../mono/sgen/sgen-gc.h:749,
  4381.                 from sgen-mono.c:23:
  4382. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  4383. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  4384.             ^
  4385. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4386.                 from sgen-mono.c:23:
  4387. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  4388.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  4389.    ^
  4390. In file included from ../../mono/utils/dtrace.h:14:0,
  4391.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4392.                 from ../../mono/sgen/sgen-gc.h:749,
  4393.                 from sgen-mono.c:23:
  4394. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  4395. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  4396.             ^
  4397. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4398.                 from sgen-mono.c:23:
  4399. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  4400.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  4401.    ^
  4402. In file included from ../../mono/utils/dtrace.h:14:0,
  4403.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4404.                 from ../../mono/sgen/sgen-gc.h:749,
  4405.                 from sgen-mono.c:23:
  4406. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  4407. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  4408.             ^
  4409. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4410.                 from sgen-mono.c:23:
  4411. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_alloc_degraded':
  4412. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  4413.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  4414.  ^
  4415. In file included from ../../mono/utils/dtrace.h:14:0,
  4416.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4417.                 from ../../mono/sgen/sgen-gc.h:749,
  4418.                 from sgen-mono.c:23:
  4419. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  4420. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  4421.             ^
  4422. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4423.                 from sgen-mono.c:23:
  4424. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  4425.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  4426.  ^
  4427. In file included from ../../mono/utils/dtrace.h:14:0,
  4428.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4429.                 from ../../mono/sgen/sgen-gc.h:749,
  4430.                 from sgen-mono.c:23:
  4431. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  4432. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  4433.             ^
  4434. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4435.                 from sgen-mono.c:23:
  4436. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_pin':
  4437. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  4438.   MONO_GC_OBJ_PINNED ((mword)obj,
  4439.   ^
  4440. In file included from ../../mono/utils/dtrace.h:14:0,
  4441.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4442.                 from ../../mono/sgen/sgen-gc.h:749,
  4443.                 from sgen-mono.c:23:
  4444. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  4445. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  4446.             ^
  4447. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4448.                 from sgen-mono.c:23:
  4449. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  4450.   MONO_GC_OBJ_PINNED ((mword)obj,
  4451.   ^
  4452. In file included from ../../mono/utils/dtrace.h:14:0,
  4453.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4454.                 from ../../mono/sgen/sgen-gc.h:749,
  4455.                 from sgen-mono.c:23:
  4456. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  4457. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  4458.             ^
  4459. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4460.                 from sgen-mono.c:23:
  4461. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_cement':
  4462. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  4463.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  4464.   ^
  4465. In file included from ../../mono/utils/dtrace.h:14:0,
  4466.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4467.                 from ../../mono/sgen/sgen-gc.h:749,
  4468.                 from sgen-mono.c:23:
  4469. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  4470. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  4471.             ^
  4472. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4473.                 from sgen-mono.c:23:
  4474. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  4475.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  4476.   ^
  4477. In file included from ../../mono/utils/dtrace.h:14:0,
  4478.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4479.                 from ../../mono/sgen/sgen-gc.h:749,
  4480.                 from sgen-mono.c:23:
  4481. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  4482. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  4483.             ^
  4484. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4485.                 from sgen-mono.c:23:
  4486. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_copy':
  4487. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 6 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  4488.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  4489.   ^
  4490. In file included from ../../mono/utils/dtrace.h:14:0,
  4491.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4492.                 from ../../mono/sgen/sgen-gc.h:749,
  4493.                 from sgen-mono.c:23:
  4494. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  4495. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  4496.             ^
  4497. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4498.                 from sgen-mono.c:23:
  4499. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 7 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  4500.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  4501.   ^
  4502. In file included from ../../mono/utils/dtrace.h:14:0,
  4503.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4504.                 from ../../mono/sgen/sgen-gc.h:749,
  4505.                 from sgen-mono.c:23:
  4506. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  4507. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  4508.             ^
  4509. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4510.                 from sgen-mono.c:23:
  4511. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_global_remset':
  4512. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 4 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  4513.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  4514.   ^
  4515. In file included from ../../mono/utils/dtrace.h:14:0,
  4516.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4517.                 from ../../mono/sgen/sgen-gc.h:749,
  4518.                 from sgen-mono.c:23:
  4519. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  4520. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  4521.             ^
  4522. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4523.                 from sgen-mono.c:23:
  4524. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 5 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  4525.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  4526.   ^
  4527. In file included from ../../mono/utils/dtrace.h:14:0,
  4528.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4529.                 from ../../mono/sgen/sgen-gc.h:749,
  4530.                 from sgen-mono.c:23:
  4531. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  4532. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  4533.             ^
  4534. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4535.                 from sgen-mono.c:23:
  4536. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_dislink_update':
  4537. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 4 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  4538.   MONO_GC_WEAK_UPDATE ((mword)link,
  4539.   ^
  4540. In file included from ../../mono/utils/dtrace.h:14:0,
  4541.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4542.                 from ../../mono/sgen/sgen-gc.h:749,
  4543.                 from sgen-mono.c:23:
  4544. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  4545. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  4546.             ^
  4547. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4548.                 from sgen-mono.c:23:
  4549. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 5 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  4550.   MONO_GC_WEAK_UPDATE ((mword)link,
  4551.   ^
  4552. In file included from ../../mono/utils/dtrace.h:14:0,
  4553.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4554.                 from ../../mono/sgen/sgen-gc.h:749,
  4555.                 from sgen-mono.c:23:
  4556. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  4557. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  4558.             ^
  4559. sgen-mono.c: In function 'sgen_client_object_queued_for_finalization':
  4560. sgen-mono.c:473:3: warning: passing argument 3 of '__dtrace_mono___gc__finalize__enqueue' discards 'const' qualifier from pointer target type [enabled by default]
  4561.   MONO_GC_FINALIZE_ENQUEUE ((mword)obj, sgen_safe_object_get_size (obj),
  4562.   ^
  4563. In file included from ../../mono/utils/dtrace.h:14:0,
  4564.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4565.                 from ../../mono/sgen/sgen-gc.h:749,
  4566.                 from sgen-mono.c:23:
  4567. ../../mono/utils/mono-dtrace.h:305:13: note: expected 'char *' but argument is of type 'const char *'
  4568. extern void __dtrace_mono___gc__finalize__enqueue(uintptr_t, uintptr_t, char *, char *, int, int);
  4569.             ^
  4570. sgen-mono.c:473:3: warning: passing argument 4 of '__dtrace_mono___gc__finalize__enqueue' discards 'const' qualifier from pointer target type [enabled by default]
  4571.   MONO_GC_FINALIZE_ENQUEUE ((mword)obj, sgen_safe_object_get_size (obj),
  4572.   ^
  4573. In file included from ../../mono/utils/dtrace.h:14:0,
  4574.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4575.                 from ../../mono/sgen/sgen-gc.h:749,
  4576.                 from sgen-mono.c:23:
  4577. ../../mono/utils/mono-dtrace.h:305:13: note: expected 'char *' but argument is of type 'const char *'
  4578. extern void __dtrace_mono___gc__finalize__enqueue(uintptr_t, uintptr_t, char *, char *, int, int);
  4579.             ^
  4580. sgen-mono.c: In function 'mono_gc_get_managed_allocator_by_type':
  4581. sgen-mono.c:1302:30: warning: 'max_size_branch' may be used uninitialized in this function [-Wmaybe-uninitialized]
  4582.   mono_mb_patch_short_branch (mb, max_size_branch);
  4583.                              ^
  4584. sgen-mono.c:1054:27: note: 'max_size_branch' was declared here
  4585.  guint32 slowpath_branch, max_size_branch;
  4586.                           ^
  4587.  CCLD     libmonoruntimesgen.la
  4588.  CC       libmonoruntimesgen_static_la-console-unix.lo
  4589.  CC       libmonoruntimesgen_static_la-assembly.lo
  4590.  CC       libmonoruntimesgen_static_la-attach.lo
  4591.  CC       libmonoruntimesgen_static_la-class.lo
  4592.  CC       libmonoruntimesgen_static_la-cominterop.lo
  4593.  CC       libmonoruntimesgen_static_la-coree.lo
  4594.  CC       libmonoruntimesgen_static_la-debug-helpers.lo
  4595.  CC       libmonoruntimesgen_static_la-debug-mono-symfile.lo
  4596.  CC       libmonoruntimesgen_static_la-debug-mono-ppdb.lo
  4597.  CC       libmonoruntimesgen_static_la-decimal-ms.lo
  4598.  CC       libmonoruntimesgen_static_la-environment.lo
  4599.  CC       libmonoruntimesgen_static_la-exception.lo
  4600.  CC       libmonoruntimesgen_static_la-file-io.lo
  4601.  CC       libmonoruntimesgen_static_la-filewatcher.lo
  4602.  CC       libmonoruntimesgen_static_la-icall.lo
  4603. icall.c:1175:1: warning: 'get_caller' defined but not used [-Wunused-function]
  4604. get_caller (MonoMethod *m, gint32 no, gint32 ilo, gboolean managed, gpointer data)
  4605. ^
  4606.  CC       libmonoruntimesgen_static_la-image.lo
  4607.  CC       libmonoruntimesgen_static_la-jit-info.lo
  4608.  CC       libmonoruntimesgen_static_la-loader.lo
  4609.  CC       libmonoruntimesgen_static_la-locales.lo
  4610.  CC       libmonoruntimesgen_static_la-lock-tracer.lo
  4611.  CC       libmonoruntimesgen_static_la-marshal.lo
  4612. marshal.c: In function 'mono_marshal_emit_native_wrapper':
  4613. marshal.c:7227:22: warning: 'coop_gc_var' may be used uninitialized in this function [-Wmaybe-uninitialized]
  4614.   mono_mb_emit_ldloc (mb, coop_gc_var);
  4615.                      ^
  4616. marshal.c:7228:27: warning: 'coop_gc_stack_dummy' may be used uninitialized in this function [-Wmaybe-uninitialized]
  4617.   mono_mb_emit_ldloc_addr (mb, coop_gc_stack_dummy);
  4618.                           ^
  4619. marshal.c: In function 'mono_marshal_emit_managed_wrapper':
  4620. marshal.c:7914:27: warning: 'coop_gc_dummy_local' may be used uninitialized in this function [-Wmaybe-uninitialized]
  4621.   mono_mb_emit_ldloc_addr (mb, coop_gc_dummy_local);
  4622.                           ^
  4623. marshal.c:7913:22: warning: 'coop_gc_var' may be used uninitialized in this function [-Wmaybe-uninitialized]
  4624.   mono_mb_emit_ldloc (mb, coop_gc_var);
  4625.                      ^
  4626. marshal.c: In function 'mono_marshal_get_thunk_invoke_wrapper':
  4627. marshal.c:11407:27: warning: 'coop_gc_dummy_local' may be used uninitialized in this function [-Wmaybe-uninitialized]
  4628.   mono_mb_emit_ldloc_addr (mb, coop_gc_dummy_local);
  4629.                           ^
  4630. marshal.c:11406:22: warning: 'coop_gc_var' may be used uninitialized in this function [-Wmaybe-uninitialized]
  4631.   mono_mb_emit_ldloc (mb, coop_gc_var);
  4632.                      ^
  4633.  CC       libmonoruntimesgen_static_la-mempool.lo
  4634.  CC       libmonoruntimesgen_static_la-metadata.lo
  4635. metadata.c: In function 'free_inflated_method':
  4636. metadata.c:2796:6: warning: unused variable 'i' [-Wunused-variable]
  4637.  int i;
  4638.      ^
  4639.  CC       libmonoruntimesgen_static_la-metadata-verify.lo
  4640.  CC       libmonoruntimesgen_static_la-method-builder.lo
  4641.  CC       libmonoruntimesgen_static_la-mono-basic-block.lo
  4642.  CC       libmonoruntimesgen_static_la-mono-config.lo
  4643.  CC       libmonoruntimesgen_static_la-mono-debug.lo
  4644.  CC       libmonoruntimesgen_static_la-mono-endian.lo
  4645.  CC       libmonoruntimesgen_static_la-mono-mlist.lo
  4646.  CC       libmonoruntimesgen_static_la-mono-perfcounters.lo
  4647.  CC       libmonoruntimesgen_static_la-mono-route.lo
  4648.  CC       libmonoruntimesgen_static_la-nacl-stub.lo
  4649.  CC       libmonoruntimesgen_static_la-number-ms.lo
  4650.  CC       libmonoruntimesgen_static_la-opcodes.lo
  4651.  CC       libmonoruntimesgen_static_la-socket-io.lo
  4652. socket-io.c: In function 'Socket_to_SOCKET':
  4653. socket-io.c:1743:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  4654.  return (SOCKET) safe_handle->handle;
  4655.         ^
  4656.  CC       libmonoruntimesgen_static_la-process.lo
  4657.  CC       libmonoruntimesgen_static_la-profiler.lo
  4658.  CC       libmonoruntimesgen_static_la-rand.lo
  4659.  CC       libmonoruntimesgen_static_la-remoting.lo
  4660.  CC       libmonoruntimesgen_static_la-runtime.lo
  4661.  CC       libmonoruntimesgen_static_la-mono-security.lo
  4662.  CC       libmonoruntimesgen_static_la-security-core-clr.lo
  4663.  CC       libmonoruntimesgen_static_la-security-manager.lo
  4664.  CC       libmonoruntimesgen_static_la-string-icalls.lo
  4665.  CC       libmonoruntimesgen_static_la-sysmath.lo
  4666.  CC       libmonoruntimesgen_static_la-threads.lo
  4667. threads.c:4249:1: warning: 'mono_special_static_data_free_slot' defined but not used [-Wunused-function]
  4668. mono_special_static_data_free_slot (guint32 offset, guint32 size)
  4669. ^
  4670.  CC       libmonoruntimesgen_static_la-threadpool-ms.lo
  4671. threadpool-ms.c:239:1: warning: 'rand_free' defined but not used [-Wunused-function]
  4672. rand_free (gpointer handle)
  4673. ^
  4674. threadpool-ms.c: In function 'mono_threadpool_ms_remove_domain_jobs':
  4675. threadpool-ms.c:1433:34: warning: 'start' may be used uninitialized in this function [-Wmaybe-uninitialized]
  4676.    timeout -= mono_msec_ticks () - start;
  4677.                                  ^
  4678.  CC       libmonoruntimesgen_static_la-threadpool-ms-io.lo
  4679. In file included from threadpool-ms-io.c:14:0:
  4680. threadpool-ms-io.c: In function 'ves_icall_System_IOSelector_Add':
  4681. threadpool-ms-io.c:557:27: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
  4682.  g_assert (job->operation == EVENT_IN ^ job->operation == EVENT_OUT);
  4683.                           ^
  4684. ../../eglib/src/glib.h:722:46: note: in definition of macro 'G_UNLIKELY'
  4685. #define G_UNLIKELY(expr) (__builtin_expect ((expr) != 0, 0))
  4686.                                              ^
  4687. threadpool-ms-io.c:557:2: note: in expansion of macro 'g_assert'
  4688.  g_assert (job->operation == EVENT_IN ^ job->operation == EVENT_OUT);
  4689.  ^
  4690.  CC       libmonoruntimesgen_static_la-verify.lo
  4691.  CC       libmonoruntimesgen_static_la-file-mmap-posix.lo
  4692.  CC       libmonoruntimesgen_static_la-file-mmap-windows.lo
  4693.  CC       libmonoruntimesgen_static_la-metadata-cross-helpers.lo
  4694.  CC       libmonoruntimesgen_static_la-seq-points-data.lo
  4695.  CC       libmonoruntimesgen_static_la-handle.lo
  4696.  CC       libmonoruntimesgen_static_la-appdomain.lo
  4697.  CC       libmonoruntimesgen_static_la-domain.lo
  4698.  CC       libmonoruntimesgen_static_la-gc-stats.lo
  4699.  CC       libmonoruntimesgen_static_la-gc.lo
  4700. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4701.                 from gc.c:28:
  4702. ../../mono/metadata/sgen-client-mono.h: In function 'mono_binary_protocol_alloc_generic':
  4703. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 3 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  4704.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  4705.    ^
  4706. In file included from ../../mono/utils/dtrace.h:14:0,
  4707.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4708.                 from ../../mono/sgen/sgen-gc.h:749,
  4709.                 from gc.c:28:
  4710. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  4711. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  4712.             ^
  4713. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4714.                 from gc.c:28:
  4715. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 4 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  4716.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  4717.    ^
  4718. In file included from ../../mono/utils/dtrace.h:14:0,
  4719.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4720.                 from ../../mono/sgen/sgen-gc.h:749,
  4721.                 from gc.c:28:
  4722. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  4723. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  4724.             ^
  4725. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4726.                 from gc.c:28:
  4727. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  4728.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  4729.     ^
  4730. In file included from ../../mono/utils/dtrace.h:14:0,
  4731.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4732.                 from ../../mono/sgen/sgen-gc.h:749,
  4733.                 from gc.c:28:
  4734. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  4735. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  4736.             ^
  4737. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4738.                 from gc.c:28:
  4739. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  4740.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  4741.     ^
  4742. In file included from ../../mono/utils/dtrace.h:14:0,
  4743.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4744.                 from ../../mono/sgen/sgen-gc.h:749,
  4745.                 from gc.c:28:
  4746. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  4747. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  4748.             ^
  4749. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4750.                 from gc.c:28:
  4751. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  4752.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  4753.    ^
  4754. In file included from ../../mono/utils/dtrace.h:14:0,
  4755.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4756.                 from ../../mono/sgen/sgen-gc.h:749,
  4757.                 from gc.c:28:
  4758. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  4759. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  4760.             ^
  4761. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4762.                 from gc.c:28:
  4763. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  4764.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  4765.    ^
  4766. In file included from ../../mono/utils/dtrace.h:14:0,
  4767.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4768.                 from ../../mono/sgen/sgen-gc.h:749,
  4769.                 from gc.c:28:
  4770. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  4771. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  4772.             ^
  4773. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4774.                 from gc.c:28:
  4775. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_alloc_degraded':
  4776. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  4777.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  4778.  ^
  4779. In file included from ../../mono/utils/dtrace.h:14:0,
  4780.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4781.                 from ../../mono/sgen/sgen-gc.h:749,
  4782.                 from gc.c:28:
  4783. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  4784. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  4785.             ^
  4786. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4787.                 from gc.c:28:
  4788. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  4789.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  4790.  ^
  4791. In file included from ../../mono/utils/dtrace.h:14:0,
  4792.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4793.                 from ../../mono/sgen/sgen-gc.h:749,
  4794.                 from gc.c:28:
  4795. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  4796. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  4797.             ^
  4798. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4799.                 from gc.c:28:
  4800. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_pin':
  4801. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  4802.   MONO_GC_OBJ_PINNED ((mword)obj,
  4803.   ^
  4804. In file included from ../../mono/utils/dtrace.h:14:0,
  4805.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4806.                 from ../../mono/sgen/sgen-gc.h:749,
  4807.                 from gc.c:28:
  4808. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  4809. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  4810.             ^
  4811. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4812.                 from gc.c:28:
  4813. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  4814.   MONO_GC_OBJ_PINNED ((mword)obj,
  4815.   ^
  4816. In file included from ../../mono/utils/dtrace.h:14:0,
  4817.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4818.                 from ../../mono/sgen/sgen-gc.h:749,
  4819.                 from gc.c:28:
  4820. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  4821. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  4822.             ^
  4823. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4824.                 from gc.c:28:
  4825. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_cement':
  4826. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  4827.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  4828.   ^
  4829. In file included from ../../mono/utils/dtrace.h:14:0,
  4830.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4831.                 from ../../mono/sgen/sgen-gc.h:749,
  4832.                 from gc.c:28:
  4833. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  4834. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  4835.             ^
  4836. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4837.                 from gc.c:28:
  4838. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  4839.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  4840.   ^
  4841. In file included from ../../mono/utils/dtrace.h:14:0,
  4842.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4843.                 from ../../mono/sgen/sgen-gc.h:749,
  4844.                 from gc.c:28:
  4845. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  4846. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  4847.             ^
  4848. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4849.                 from gc.c:28:
  4850. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_copy':
  4851. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 6 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  4852.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  4853.   ^
  4854. In file included from ../../mono/utils/dtrace.h:14:0,
  4855.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4856.                 from ../../mono/sgen/sgen-gc.h:749,
  4857.                 from gc.c:28:
  4858. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  4859. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  4860.             ^
  4861. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4862.                 from gc.c:28:
  4863. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 7 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  4864.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  4865.   ^
  4866. In file included from ../../mono/utils/dtrace.h:14:0,
  4867.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4868.                 from ../../mono/sgen/sgen-gc.h:749,
  4869.                 from gc.c:28:
  4870. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  4871. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  4872.             ^
  4873. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4874.                 from gc.c:28:
  4875. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_global_remset':
  4876. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 4 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  4877.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  4878.   ^
  4879. In file included from ../../mono/utils/dtrace.h:14:0,
  4880.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4881.                 from ../../mono/sgen/sgen-gc.h:749,
  4882.                 from gc.c:28:
  4883. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  4884. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  4885.             ^
  4886. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4887.                 from gc.c:28:
  4888. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 5 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  4889.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  4890.   ^
  4891. In file included from ../../mono/utils/dtrace.h:14:0,
  4892.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4893.                 from ../../mono/sgen/sgen-gc.h:749,
  4894.                 from gc.c:28:
  4895. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  4896. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  4897.             ^
  4898. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4899.                 from gc.c:28:
  4900. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_dislink_update':
  4901. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 4 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  4902.   MONO_GC_WEAK_UPDATE ((mword)link,
  4903.   ^
  4904. In file included from ../../mono/utils/dtrace.h:14:0,
  4905.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4906.                 from ../../mono/sgen/sgen-gc.h:749,
  4907.                 from gc.c:28:
  4908. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  4909. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  4910.             ^
  4911. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4912.                 from gc.c:28:
  4913. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 5 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  4914.   MONO_GC_WEAK_UPDATE ((mword)link,
  4915.   ^
  4916. In file included from ../../mono/utils/dtrace.h:14:0,
  4917.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4918.                 from ../../mono/sgen/sgen-gc.h:749,
  4919.                 from gc.c:28:
  4920. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  4921. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  4922.             ^
  4923. gc.c: In function 'mono_gc_run_finalize':
  4924. gc.c:249:3: warning: passing argument 3 of '__dtrace_mono___gc__finalize__invoke' discards 'const' qualifier from pointer target type [enabled by default]
  4925.   MONO_GC_FINALIZE_INVOKE ((unsigned long)o, mono_object_get_size (o),
  4926.   ^
  4927. In file included from ../../mono/utils/dtrace.h:14:0,
  4928.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4929.                 from ../../mono/sgen/sgen-gc.h:749,
  4930.                 from gc.c:28:
  4931. ../../mono/utils/mono-dtrace.h:311:13: note: expected 'char *' but argument is of type 'const char *'
  4932. extern void __dtrace_mono___gc__finalize__invoke(uintptr_t, uintptr_t, char *, char *);
  4933.             ^
  4934. gc.c:249:3: warning: passing argument 4 of '__dtrace_mono___gc__finalize__invoke' discards 'const' qualifier from pointer target type [enabled by default]
  4935.   MONO_GC_FINALIZE_INVOKE ((unsigned long)o, mono_object_get_size (o),
  4936.   ^
  4937. In file included from ../../mono/utils/dtrace.h:14:0,
  4938.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4939.                 from ../../mono/sgen/sgen-gc.h:749,
  4940.                 from gc.c:28:
  4941. ../../mono/utils/mono-dtrace.h:311:13: note: expected 'char *' but argument is of type 'const char *'
  4942. extern void __dtrace_mono___gc__finalize__invoke(uintptr_t, uintptr_t, char *, char *);
  4943.             ^
  4944.  CC       libmonoruntimesgen_static_la-monitor.lo
  4945. monitor.c: In function 'mono_locks_dump':
  4946. monitor.c:334:67: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  4947.      MonoObject *holder = (MonoObject *)mono_gchandle_get_target ((guint32)mon->data);
  4948.                                                                   ^
  4949. monitor.c: In function 'mon_new':
  4950. monitor.c:390:35: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  4951.     if (mono_gchandle_get_target ((guint32)marray->monitors [i].data) == NULL) {
  4952.                                   ^
  4953. monitor.c:400:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  4954.      mono_gchandle_free ((guint32)new_->data);
  4955.                          ^
  4956. monitor.c: In function 'discard_mon':
  4957. monitor.c:468:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  4958.  mono_gchandle_free ((guint32)mon->data);
  4959.                      ^
  4960. monitor.c: In function 'mono_monitor_get_object_monitor_gchandle':
  4961. monitor.c:1054:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  4962.   return (guint32)mon->data;
  4963.          ^
  4964.  CC       libmonoruntimesgen_static_la-mono-hash.lo
  4965.  CC       libmonoruntimesgen_static_la-object.lo
  4966.  CC       libmonoruntimesgen_static_la-reflection.lo
  4967.  CC       libmonoruntimesgen_static_la-sgen-os-posix.lo
  4968. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4969.                 from sgen-os-posix.c:33:
  4970. ../../mono/metadata/sgen-client-mono.h: In function 'mono_binary_protocol_alloc_generic':
  4971. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 3 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  4972.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  4973.    ^
  4974. In file included from ../../mono/utils/dtrace.h:14:0,
  4975.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4976.                 from ../../mono/sgen/sgen-gc.h:749,
  4977.                 from sgen-os-posix.c:33:
  4978. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  4979. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  4980.             ^
  4981. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4982.                 from sgen-os-posix.c:33:
  4983. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 4 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  4984.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  4985.    ^
  4986. In file included from ../../mono/utils/dtrace.h:14:0,
  4987.                 from ../../mono/metadata/sgen-client-mono.h:89,
  4988.                 from ../../mono/sgen/sgen-gc.h:749,
  4989.                 from sgen-os-posix.c:33:
  4990. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  4991. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  4992.             ^
  4993. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  4994.                 from sgen-os-posix.c:33:
  4995. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  4996.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  4997.     ^
  4998. In file included from ../../mono/utils/dtrace.h:14:0,
  4999.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5000.                 from ../../mono/sgen/sgen-gc.h:749,
  5001.                 from sgen-os-posix.c:33:
  5002. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  5003. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  5004.             ^
  5005. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5006.                 from sgen-os-posix.c:33:
  5007. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  5008.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  5009.     ^
  5010. In file included from ../../mono/utils/dtrace.h:14:0,
  5011.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5012.                 from ../../mono/sgen/sgen-gc.h:749,
  5013.                 from sgen-os-posix.c:33:
  5014. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  5015. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  5016.             ^
  5017. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5018.                 from sgen-os-posix.c:33:
  5019. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  5020.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  5021.    ^
  5022. In file included from ../../mono/utils/dtrace.h:14:0,
  5023.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5024.                 from ../../mono/sgen/sgen-gc.h:749,
  5025.                 from sgen-os-posix.c:33:
  5026. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  5027. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  5028.             ^
  5029. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5030.                 from sgen-os-posix.c:33:
  5031. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  5032.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  5033.    ^
  5034. In file included from ../../mono/utils/dtrace.h:14:0,
  5035.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5036.                 from ../../mono/sgen/sgen-gc.h:749,
  5037.                 from sgen-os-posix.c:33:
  5038. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  5039. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  5040.             ^
  5041. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5042.                 from sgen-os-posix.c:33:
  5043. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_alloc_degraded':
  5044. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  5045.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  5046.  ^
  5047. In file included from ../../mono/utils/dtrace.h:14:0,
  5048.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5049.                 from ../../mono/sgen/sgen-gc.h:749,
  5050.                 from sgen-os-posix.c:33:
  5051. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  5052. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  5053.             ^
  5054. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5055.                 from sgen-os-posix.c:33:
  5056. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  5057.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  5058.  ^
  5059. In file included from ../../mono/utils/dtrace.h:14:0,
  5060.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5061.                 from ../../mono/sgen/sgen-gc.h:749,
  5062.                 from sgen-os-posix.c:33:
  5063. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  5064. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  5065.             ^
  5066. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5067.                 from sgen-os-posix.c:33:
  5068. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_pin':
  5069. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  5070.   MONO_GC_OBJ_PINNED ((mword)obj,
  5071.   ^
  5072. In file included from ../../mono/utils/dtrace.h:14:0,
  5073.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5074.                 from ../../mono/sgen/sgen-gc.h:749,
  5075.                 from sgen-os-posix.c:33:
  5076. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  5077. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  5078.             ^
  5079. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5080.                 from sgen-os-posix.c:33:
  5081. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  5082.   MONO_GC_OBJ_PINNED ((mword)obj,
  5083.   ^
  5084. In file included from ../../mono/utils/dtrace.h:14:0,
  5085.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5086.                 from ../../mono/sgen/sgen-gc.h:749,
  5087.                 from sgen-os-posix.c:33:
  5088. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  5089. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  5090.             ^
  5091. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5092.                 from sgen-os-posix.c:33:
  5093. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_cement':
  5094. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  5095.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  5096.   ^
  5097. In file included from ../../mono/utils/dtrace.h:14:0,
  5098.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5099.                 from ../../mono/sgen/sgen-gc.h:749,
  5100.                 from sgen-os-posix.c:33:
  5101. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  5102. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  5103.             ^
  5104. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5105.                 from sgen-os-posix.c:33:
  5106. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  5107.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  5108.   ^
  5109. In file included from ../../mono/utils/dtrace.h:14:0,
  5110.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5111.                 from ../../mono/sgen/sgen-gc.h:749,
  5112.                 from sgen-os-posix.c:33:
  5113. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  5114. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  5115.             ^
  5116. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5117.                 from sgen-os-posix.c:33:
  5118. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_copy':
  5119. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 6 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  5120.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  5121.   ^
  5122. In file included from ../../mono/utils/dtrace.h:14:0,
  5123.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5124.                 from ../../mono/sgen/sgen-gc.h:749,
  5125.                 from sgen-os-posix.c:33:
  5126. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  5127. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  5128.             ^
  5129. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5130.                 from sgen-os-posix.c:33:
  5131. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 7 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  5132.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  5133.   ^
  5134. In file included from ../../mono/utils/dtrace.h:14:0,
  5135.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5136.                 from ../../mono/sgen/sgen-gc.h:749,
  5137.                 from sgen-os-posix.c:33:
  5138. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  5139. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  5140.             ^
  5141. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5142.                 from sgen-os-posix.c:33:
  5143. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_global_remset':
  5144. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 4 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  5145.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  5146.   ^
  5147. In file included from ../../mono/utils/dtrace.h:14:0,
  5148.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5149.                 from ../../mono/sgen/sgen-gc.h:749,
  5150.                 from sgen-os-posix.c:33:
  5151. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  5152. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  5153.             ^
  5154. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5155.                 from sgen-os-posix.c:33:
  5156. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 5 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  5157.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  5158.   ^
  5159. In file included from ../../mono/utils/dtrace.h:14:0,
  5160.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5161.                 from ../../mono/sgen/sgen-gc.h:749,
  5162.                 from sgen-os-posix.c:33:
  5163. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  5164. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  5165.             ^
  5166. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5167.                 from sgen-os-posix.c:33:
  5168. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_dislink_update':
  5169. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 4 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  5170.   MONO_GC_WEAK_UPDATE ((mword)link,
  5171.   ^
  5172. In file included from ../../mono/utils/dtrace.h:14:0,
  5173.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5174.                 from ../../mono/sgen/sgen-gc.h:749,
  5175.                 from sgen-os-posix.c:33:
  5176. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  5177. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  5178.             ^
  5179. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5180.                 from sgen-os-posix.c:33:
  5181. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 5 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  5182.   MONO_GC_WEAK_UPDATE ((mword)link,
  5183.   ^
  5184. In file included from ../../mono/utils/dtrace.h:14:0,
  5185.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5186.                 from ../../mono/sgen/sgen-gc.h:749,
  5187.                 from sgen-os-posix.c:33:
  5188. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  5189. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  5190.             ^
  5191.  CC       libmonoruntimesgen_static_la-sgen-os-mach.lo
  5192. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5193.                 from sgen-os-mach.c:31:
  5194. ../../mono/metadata/sgen-client-mono.h: In function 'mono_binary_protocol_alloc_generic':
  5195. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 3 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  5196.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  5197.    ^
  5198. In file included from ../../mono/utils/dtrace.h:14:0,
  5199.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5200.                 from ../../mono/sgen/sgen-gc.h:749,
  5201.                 from sgen-os-mach.c:31:
  5202. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  5203. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  5204.             ^
  5205. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5206.                 from sgen-os-mach.c:31:
  5207. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 4 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  5208.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  5209.    ^
  5210. In file included from ../../mono/utils/dtrace.h:14:0,
  5211.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5212.                 from ../../mono/sgen/sgen-gc.h:749,
  5213.                 from sgen-os-mach.c:31:
  5214. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  5215. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  5216.             ^
  5217. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5218.                 from sgen-os-mach.c:31:
  5219. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  5220.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  5221.     ^
  5222. In file included from ../../mono/utils/dtrace.h:14:0,
  5223.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5224.                 from ../../mono/sgen/sgen-gc.h:749,
  5225.                 from sgen-os-mach.c:31:
  5226. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  5227. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  5228.             ^
  5229. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5230.                 from sgen-os-mach.c:31:
  5231. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  5232.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  5233.     ^
  5234. In file included from ../../mono/utils/dtrace.h:14:0,
  5235.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5236.                 from ../../mono/sgen/sgen-gc.h:749,
  5237.                 from sgen-os-mach.c:31:
  5238. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  5239. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  5240.             ^
  5241. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5242.                 from sgen-os-mach.c:31:
  5243. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  5244.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  5245.    ^
  5246. In file included from ../../mono/utils/dtrace.h:14:0,
  5247.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5248.                 from ../../mono/sgen/sgen-gc.h:749,
  5249.                 from sgen-os-mach.c:31:
  5250. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  5251. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  5252.             ^
  5253. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5254.                 from sgen-os-mach.c:31:
  5255. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  5256.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  5257.    ^
  5258. In file included from ../../mono/utils/dtrace.h:14:0,
  5259.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5260.                 from ../../mono/sgen/sgen-gc.h:749,
  5261.                 from sgen-os-mach.c:31:
  5262. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  5263. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  5264.             ^
  5265. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5266.                 from sgen-os-mach.c:31:
  5267. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_alloc_degraded':
  5268. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  5269.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  5270.  ^
  5271. In file included from ../../mono/utils/dtrace.h:14:0,
  5272.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5273.                 from ../../mono/sgen/sgen-gc.h:749,
  5274.                 from sgen-os-mach.c:31:
  5275. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  5276. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  5277.             ^
  5278. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5279.                 from sgen-os-mach.c:31:
  5280. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  5281.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  5282.  ^
  5283. In file included from ../../mono/utils/dtrace.h:14:0,
  5284.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5285.                 from ../../mono/sgen/sgen-gc.h:749,
  5286.                 from sgen-os-mach.c:31:
  5287. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  5288. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  5289.             ^
  5290. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5291.                 from sgen-os-mach.c:31:
  5292. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_pin':
  5293. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  5294.   MONO_GC_OBJ_PINNED ((mword)obj,
  5295.   ^
  5296. In file included from ../../mono/utils/dtrace.h:14:0,
  5297.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5298.                 from ../../mono/sgen/sgen-gc.h:749,
  5299.                 from sgen-os-mach.c:31:
  5300. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  5301. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  5302.             ^
  5303. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5304.                 from sgen-os-mach.c:31:
  5305. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  5306.   MONO_GC_OBJ_PINNED ((mword)obj,
  5307.   ^
  5308. In file included from ../../mono/utils/dtrace.h:14:0,
  5309.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5310.                 from ../../mono/sgen/sgen-gc.h:749,
  5311.                 from sgen-os-mach.c:31:
  5312. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  5313. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  5314.             ^
  5315. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5316.                 from sgen-os-mach.c:31:
  5317. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_cement':
  5318. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  5319.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  5320.   ^
  5321. In file included from ../../mono/utils/dtrace.h:14:0,
  5322.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5323.                 from ../../mono/sgen/sgen-gc.h:749,
  5324.                 from sgen-os-mach.c:31:
  5325. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  5326. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  5327.             ^
  5328. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5329.                 from sgen-os-mach.c:31:
  5330. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  5331.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  5332.   ^
  5333. In file included from ../../mono/utils/dtrace.h:14:0,
  5334.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5335.                 from ../../mono/sgen/sgen-gc.h:749,
  5336.                 from sgen-os-mach.c:31:
  5337. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  5338. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  5339.             ^
  5340. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5341.                 from sgen-os-mach.c:31:
  5342. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_copy':
  5343. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 6 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  5344.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  5345.   ^
  5346. In file included from ../../mono/utils/dtrace.h:14:0,
  5347.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5348.                 from ../../mono/sgen/sgen-gc.h:749,
  5349.                 from sgen-os-mach.c:31:
  5350. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  5351. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  5352.             ^
  5353. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5354.                 from sgen-os-mach.c:31:
  5355. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 7 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  5356.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  5357.   ^
  5358. In file included from ../../mono/utils/dtrace.h:14:0,
  5359.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5360.                 from ../../mono/sgen/sgen-gc.h:749,
  5361.                 from sgen-os-mach.c:31:
  5362. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  5363. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  5364.             ^
  5365. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5366.                 from sgen-os-mach.c:31:
  5367. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_global_remset':
  5368. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 4 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  5369.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  5370.   ^
  5371. In file included from ../../mono/utils/dtrace.h:14:0,
  5372.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5373.                 from ../../mono/sgen/sgen-gc.h:749,
  5374.                 from sgen-os-mach.c:31:
  5375. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  5376. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  5377.             ^
  5378. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5379.                 from sgen-os-mach.c:31:
  5380. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 5 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  5381.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  5382.   ^
  5383. In file included from ../../mono/utils/dtrace.h:14:0,
  5384.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5385.                 from ../../mono/sgen/sgen-gc.h:749,
  5386.                 from sgen-os-mach.c:31:
  5387. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  5388. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  5389.             ^
  5390. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5391.                 from sgen-os-mach.c:31:
  5392. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_dislink_update':
  5393. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 4 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  5394.   MONO_GC_WEAK_UPDATE ((mword)link,
  5395.   ^
  5396. In file included from ../../mono/utils/dtrace.h:14:0,
  5397.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5398.                 from ../../mono/sgen/sgen-gc.h:749,
  5399.                 from sgen-os-mach.c:31:
  5400. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  5401. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  5402.             ^
  5403. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5404.                 from sgen-os-mach.c:31:
  5405. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 5 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  5406.   MONO_GC_WEAK_UPDATE ((mword)link,
  5407.   ^
  5408. In file included from ../../mono/utils/dtrace.h:14:0,
  5409.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5410.                 from ../../mono/sgen/sgen-gc.h:749,
  5411.                 from sgen-os-mach.c:31:
  5412. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  5413. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  5414.             ^
  5415.  CC       libmonoruntimesgen_static_la-sgen-os-win32.lo
  5416.  CC       libmonoruntimesgen_static_la-sgen-os-coop.lo
  5417. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5418.                 from sgen-os-coop.c:27:
  5419. ../../mono/metadata/sgen-client-mono.h: In function 'mono_binary_protocol_alloc_generic':
  5420. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 3 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  5421.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  5422.    ^
  5423. In file included from ../../mono/utils/dtrace.h:14:0,
  5424.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5425.                 from ../../mono/sgen/sgen-gc.h:749,
  5426.                 from sgen-os-coop.c:27:
  5427. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  5428. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  5429.             ^
  5430. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5431.                 from sgen-os-coop.c:27:
  5432. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 4 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  5433.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  5434.    ^
  5435. In file included from ../../mono/utils/dtrace.h:14:0,
  5436.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5437.                 from ../../mono/sgen/sgen-gc.h:749,
  5438.                 from sgen-os-coop.c:27:
  5439. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  5440. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  5441.             ^
  5442. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5443.                 from sgen-os-coop.c:27:
  5444. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  5445.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  5446.     ^
  5447. In file included from ../../mono/utils/dtrace.h:14:0,
  5448.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5449.                 from ../../mono/sgen/sgen-gc.h:749,
  5450.                 from sgen-os-coop.c:27:
  5451. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  5452. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  5453.             ^
  5454. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5455.                 from sgen-os-coop.c:27:
  5456. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  5457.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  5458.     ^
  5459. In file included from ../../mono/utils/dtrace.h:14:0,
  5460.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5461.                 from ../../mono/sgen/sgen-gc.h:749,
  5462.                 from sgen-os-coop.c:27:
  5463. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  5464. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  5465.             ^
  5466. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5467.                 from sgen-os-coop.c:27:
  5468. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  5469.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  5470.    ^
  5471. In file included from ../../mono/utils/dtrace.h:14:0,
  5472.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5473.                 from ../../mono/sgen/sgen-gc.h:749,
  5474.                 from sgen-os-coop.c:27:
  5475. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  5476. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  5477.             ^
  5478. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5479.                 from sgen-os-coop.c:27:
  5480. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  5481.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  5482.    ^
  5483. In file included from ../../mono/utils/dtrace.h:14:0,
  5484.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5485.                 from ../../mono/sgen/sgen-gc.h:749,
  5486.                 from sgen-os-coop.c:27:
  5487. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  5488. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  5489.             ^
  5490. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5491.                 from sgen-os-coop.c:27:
  5492. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_alloc_degraded':
  5493. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  5494.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  5495.  ^
  5496. In file included from ../../mono/utils/dtrace.h:14:0,
  5497.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5498.                 from ../../mono/sgen/sgen-gc.h:749,
  5499.                 from sgen-os-coop.c:27:
  5500. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  5501. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  5502.             ^
  5503. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5504.                 from sgen-os-coop.c:27:
  5505. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  5506.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  5507.  ^
  5508. In file included from ../../mono/utils/dtrace.h:14:0,
  5509.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5510.                 from ../../mono/sgen/sgen-gc.h:749,
  5511.                 from sgen-os-coop.c:27:
  5512. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  5513. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  5514.             ^
  5515. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5516.                 from sgen-os-coop.c:27:
  5517. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_pin':
  5518. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  5519.   MONO_GC_OBJ_PINNED ((mword)obj,
  5520.   ^
  5521. In file included from ../../mono/utils/dtrace.h:14:0,
  5522.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5523.                 from ../../mono/sgen/sgen-gc.h:749,
  5524.                 from sgen-os-coop.c:27:
  5525. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  5526. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  5527.             ^
  5528. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5529.                 from sgen-os-coop.c:27:
  5530. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  5531.   MONO_GC_OBJ_PINNED ((mword)obj,
  5532.   ^
  5533. In file included from ../../mono/utils/dtrace.h:14:0,
  5534.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5535.                 from ../../mono/sgen/sgen-gc.h:749,
  5536.                 from sgen-os-coop.c:27:
  5537. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  5538. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  5539.             ^
  5540. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5541.                 from sgen-os-coop.c:27:
  5542. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_cement':
  5543. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  5544.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  5545.   ^
  5546. In file included from ../../mono/utils/dtrace.h:14:0,
  5547.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5548.                 from ../../mono/sgen/sgen-gc.h:749,
  5549.                 from sgen-os-coop.c:27:
  5550. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  5551. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  5552.             ^
  5553. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5554.                 from sgen-os-coop.c:27:
  5555. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  5556.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  5557.   ^
  5558. In file included from ../../mono/utils/dtrace.h:14:0,
  5559.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5560.                 from ../../mono/sgen/sgen-gc.h:749,
  5561.                 from sgen-os-coop.c:27:
  5562. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  5563. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  5564.             ^
  5565. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5566.                 from sgen-os-coop.c:27:
  5567. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_copy':
  5568. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 6 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  5569.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  5570.   ^
  5571. In file included from ../../mono/utils/dtrace.h:14:0,
  5572.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5573.                 from ../../mono/sgen/sgen-gc.h:749,
  5574.                 from sgen-os-coop.c:27:
  5575. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  5576. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  5577.             ^
  5578. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5579.                 from sgen-os-coop.c:27:
  5580. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 7 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  5581.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  5582.   ^
  5583. In file included from ../../mono/utils/dtrace.h:14:0,
  5584.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5585.                 from ../../mono/sgen/sgen-gc.h:749,
  5586.                 from sgen-os-coop.c:27:
  5587. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  5588. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  5589.             ^
  5590. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5591.                 from sgen-os-coop.c:27:
  5592. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_global_remset':
  5593. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 4 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  5594.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  5595.   ^
  5596. In file included from ../../mono/utils/dtrace.h:14:0,
  5597.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5598.                 from ../../mono/sgen/sgen-gc.h:749,
  5599.                 from sgen-os-coop.c:27:
  5600. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  5601. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  5602.             ^
  5603. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5604.                 from sgen-os-coop.c:27:
  5605. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 5 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  5606.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  5607.   ^
  5608. In file included from ../../mono/utils/dtrace.h:14:0,
  5609.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5610.                 from ../../mono/sgen/sgen-gc.h:749,
  5611.                 from sgen-os-coop.c:27:
  5612. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  5613. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  5614.             ^
  5615. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5616.                 from sgen-os-coop.c:27:
  5617. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_dislink_update':
  5618. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 4 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  5619.   MONO_GC_WEAK_UPDATE ((mword)link,
  5620.   ^
  5621. In file included from ../../mono/utils/dtrace.h:14:0,
  5622.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5623.                 from ../../mono/sgen/sgen-gc.h:749,
  5624.                 from sgen-os-coop.c:27:
  5625. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  5626. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  5627.             ^
  5628. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5629.                 from sgen-os-coop.c:27:
  5630. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 5 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  5631.   MONO_GC_WEAK_UPDATE ((mword)link,
  5632.   ^
  5633. In file included from ../../mono/utils/dtrace.h:14:0,
  5634.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5635.                 from ../../mono/sgen/sgen-gc.h:749,
  5636.                 from sgen-os-coop.c:27:
  5637. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  5638. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  5639.             ^
  5640.  CC       libmonoruntimesgen_static_la-sgen-bridge.lo
  5641. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5642.                 from sgen-bridge.c:46:
  5643. ../../mono/metadata/sgen-client-mono.h: In function 'mono_binary_protocol_alloc_generic':
  5644. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 3 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  5645.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  5646.    ^
  5647. In file included from ../../mono/utils/dtrace.h:14:0,
  5648.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5649.                 from ../../mono/sgen/sgen-gc.h:749,
  5650.                 from sgen-bridge.c:46:
  5651. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  5652. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  5653.             ^
  5654. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5655.                 from sgen-bridge.c:46:
  5656. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 4 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  5657.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  5658.    ^
  5659. In file included from ../../mono/utils/dtrace.h:14:0,
  5660.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5661.                 from ../../mono/sgen/sgen-gc.h:749,
  5662.                 from sgen-bridge.c:46:
  5663. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  5664. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  5665.             ^
  5666. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5667.                 from sgen-bridge.c:46:
  5668. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  5669.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  5670.     ^
  5671. In file included from ../../mono/utils/dtrace.h:14:0,
  5672.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5673.                 from ../../mono/sgen/sgen-gc.h:749,
  5674.                 from sgen-bridge.c:46:
  5675. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  5676. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  5677.             ^
  5678. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5679.                 from sgen-bridge.c:46:
  5680. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  5681.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  5682.     ^
  5683. In file included from ../../mono/utils/dtrace.h:14:0,
  5684.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5685.                 from ../../mono/sgen/sgen-gc.h:749,
  5686.                 from sgen-bridge.c:46:
  5687. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  5688. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  5689.             ^
  5690. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5691.                 from sgen-bridge.c:46:
  5692. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  5693.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  5694.    ^
  5695. In file included from ../../mono/utils/dtrace.h:14:0,
  5696.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5697.                 from ../../mono/sgen/sgen-gc.h:749,
  5698.                 from sgen-bridge.c:46:
  5699. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  5700. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  5701.             ^
  5702. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5703.                 from sgen-bridge.c:46:
  5704. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  5705.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  5706.    ^
  5707. In file included from ../../mono/utils/dtrace.h:14:0,
  5708.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5709.                 from ../../mono/sgen/sgen-gc.h:749,
  5710.                 from sgen-bridge.c:46:
  5711. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  5712. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  5713.             ^
  5714. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5715.                 from sgen-bridge.c:46:
  5716. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_alloc_degraded':
  5717. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  5718.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  5719.  ^
  5720. In file included from ../../mono/utils/dtrace.h:14:0,
  5721.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5722.                 from ../../mono/sgen/sgen-gc.h:749,
  5723.                 from sgen-bridge.c:46:
  5724. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  5725. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  5726.             ^
  5727. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5728.                 from sgen-bridge.c:46:
  5729. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  5730.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  5731.  ^
  5732. In file included from ../../mono/utils/dtrace.h:14:0,
  5733.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5734.                 from ../../mono/sgen/sgen-gc.h:749,
  5735.                 from sgen-bridge.c:46:
  5736. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  5737. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  5738.             ^
  5739. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5740.                 from sgen-bridge.c:46:
  5741. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_pin':
  5742. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  5743.   MONO_GC_OBJ_PINNED ((mword)obj,
  5744.   ^
  5745. In file included from ../../mono/utils/dtrace.h:14:0,
  5746.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5747.                 from ../../mono/sgen/sgen-gc.h:749,
  5748.                 from sgen-bridge.c:46:
  5749. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  5750. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  5751.             ^
  5752. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5753.                 from sgen-bridge.c:46:
  5754. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  5755.   MONO_GC_OBJ_PINNED ((mword)obj,
  5756.   ^
  5757. In file included from ../../mono/utils/dtrace.h:14:0,
  5758.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5759.                 from ../../mono/sgen/sgen-gc.h:749,
  5760.                 from sgen-bridge.c:46:
  5761. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  5762. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  5763.             ^
  5764. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5765.                 from sgen-bridge.c:46:
  5766. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_cement':
  5767. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  5768.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  5769.   ^
  5770. In file included from ../../mono/utils/dtrace.h:14:0,
  5771.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5772.                 from ../../mono/sgen/sgen-gc.h:749,
  5773.                 from sgen-bridge.c:46:
  5774. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  5775. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  5776.             ^
  5777. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5778.                 from sgen-bridge.c:46:
  5779. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  5780.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  5781.   ^
  5782. In file included from ../../mono/utils/dtrace.h:14:0,
  5783.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5784.                 from ../../mono/sgen/sgen-gc.h:749,
  5785.                 from sgen-bridge.c:46:
  5786. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  5787. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  5788.             ^
  5789. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5790.                 from sgen-bridge.c:46:
  5791. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_copy':
  5792. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 6 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  5793.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  5794.   ^
  5795. In file included from ../../mono/utils/dtrace.h:14:0,
  5796.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5797.                 from ../../mono/sgen/sgen-gc.h:749,
  5798.                 from sgen-bridge.c:46:
  5799. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  5800. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  5801.             ^
  5802. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5803.                 from sgen-bridge.c:46:
  5804. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 7 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  5805.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  5806.   ^
  5807. In file included from ../../mono/utils/dtrace.h:14:0,
  5808.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5809.                 from ../../mono/sgen/sgen-gc.h:749,
  5810.                 from sgen-bridge.c:46:
  5811. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  5812. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  5813.             ^
  5814. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5815.                 from sgen-bridge.c:46:
  5816. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_global_remset':
  5817. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 4 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  5818.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  5819.   ^
  5820. In file included from ../../mono/utils/dtrace.h:14:0,
  5821.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5822.                 from ../../mono/sgen/sgen-gc.h:749,
  5823.                 from sgen-bridge.c:46:
  5824. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  5825. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  5826.             ^
  5827. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5828.                 from sgen-bridge.c:46:
  5829. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 5 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  5830.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  5831.   ^
  5832. In file included from ../../mono/utils/dtrace.h:14:0,
  5833.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5834.                 from ../../mono/sgen/sgen-gc.h:749,
  5835.                 from sgen-bridge.c:46:
  5836. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  5837. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  5838.             ^
  5839. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5840.                 from sgen-bridge.c:46:
  5841. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_dislink_update':
  5842. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 4 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  5843.   MONO_GC_WEAK_UPDATE ((mword)link,
  5844.   ^
  5845. In file included from ../../mono/utils/dtrace.h:14:0,
  5846.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5847.                 from ../../mono/sgen/sgen-gc.h:749,
  5848.                 from sgen-bridge.c:46:
  5849. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  5850. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  5851.             ^
  5852. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5853.                 from sgen-bridge.c:46:
  5854. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 5 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  5855.   MONO_GC_WEAK_UPDATE ((mword)link,
  5856.   ^
  5857. In file included from ../../mono/utils/dtrace.h:14:0,
  5858.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5859.                 from ../../mono/sgen/sgen-gc.h:749,
  5860.                 from sgen-bridge.c:46:
  5861. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  5862. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  5863.             ^
  5864.  CC       libmonoruntimesgen_static_la-sgen-old-bridge.lo
  5865. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5866.                 from sgen-old-bridge.c:46:
  5867. ../../mono/metadata/sgen-client-mono.h: In function 'mono_binary_protocol_alloc_generic':
  5868. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 3 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  5869.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  5870.    ^
  5871. In file included from ../../mono/utils/dtrace.h:14:0,
  5872.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5873.                 from ../../mono/sgen/sgen-gc.h:749,
  5874.                 from sgen-old-bridge.c:46:
  5875. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  5876. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  5877.             ^
  5878. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5879.                 from sgen-old-bridge.c:46:
  5880. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 4 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  5881.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  5882.    ^
  5883. In file included from ../../mono/utils/dtrace.h:14:0,
  5884.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5885.                 from ../../mono/sgen/sgen-gc.h:749,
  5886.                 from sgen-old-bridge.c:46:
  5887. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  5888. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  5889.             ^
  5890. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5891.                 from sgen-old-bridge.c:46:
  5892. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  5893.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  5894.     ^
  5895. In file included from ../../mono/utils/dtrace.h:14:0,
  5896.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5897.                 from ../../mono/sgen/sgen-gc.h:749,
  5898.                 from sgen-old-bridge.c:46:
  5899. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  5900. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  5901.             ^
  5902. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5903.                 from sgen-old-bridge.c:46:
  5904. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  5905.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  5906.     ^
  5907. In file included from ../../mono/utils/dtrace.h:14:0,
  5908.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5909.                 from ../../mono/sgen/sgen-gc.h:749,
  5910.                 from sgen-old-bridge.c:46:
  5911. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  5912. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  5913.             ^
  5914. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5915.                 from sgen-old-bridge.c:46:
  5916. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  5917.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  5918.    ^
  5919. In file included from ../../mono/utils/dtrace.h:14:0,
  5920.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5921.                 from ../../mono/sgen/sgen-gc.h:749,
  5922.                 from sgen-old-bridge.c:46:
  5923. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  5924. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  5925.             ^
  5926. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5927.                 from sgen-old-bridge.c:46:
  5928. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  5929.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  5930.    ^
  5931. In file included from ../../mono/utils/dtrace.h:14:0,
  5932.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5933.                 from ../../mono/sgen/sgen-gc.h:749,
  5934.                 from sgen-old-bridge.c:46:
  5935. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  5936. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  5937.             ^
  5938. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5939.                 from sgen-old-bridge.c:46:
  5940. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_alloc_degraded':
  5941. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  5942.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  5943.  ^
  5944. In file included from ../../mono/utils/dtrace.h:14:0,
  5945.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5946.                 from ../../mono/sgen/sgen-gc.h:749,
  5947.                 from sgen-old-bridge.c:46:
  5948. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  5949. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  5950.             ^
  5951. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5952.                 from sgen-old-bridge.c:46:
  5953. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  5954.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  5955.  ^
  5956. In file included from ../../mono/utils/dtrace.h:14:0,
  5957.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5958.                 from ../../mono/sgen/sgen-gc.h:749,
  5959.                 from sgen-old-bridge.c:46:
  5960. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  5961. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  5962.             ^
  5963. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5964.                 from sgen-old-bridge.c:46:
  5965. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_pin':
  5966. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  5967.   MONO_GC_OBJ_PINNED ((mword)obj,
  5968.   ^
  5969. In file included from ../../mono/utils/dtrace.h:14:0,
  5970.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5971.                 from ../../mono/sgen/sgen-gc.h:749,
  5972.                 from sgen-old-bridge.c:46:
  5973. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  5974. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  5975.             ^
  5976. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5977.                 from sgen-old-bridge.c:46:
  5978. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  5979.   MONO_GC_OBJ_PINNED ((mword)obj,
  5980.   ^
  5981. In file included from ../../mono/utils/dtrace.h:14:0,
  5982.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5983.                 from ../../mono/sgen/sgen-gc.h:749,
  5984.                 from sgen-old-bridge.c:46:
  5985. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  5986. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  5987.             ^
  5988. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  5989.                 from sgen-old-bridge.c:46:
  5990. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_cement':
  5991. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  5992.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  5993.   ^
  5994. In file included from ../../mono/utils/dtrace.h:14:0,
  5995.                 from ../../mono/metadata/sgen-client-mono.h:89,
  5996.                 from ../../mono/sgen/sgen-gc.h:749,
  5997.                 from sgen-old-bridge.c:46:
  5998. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  5999. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  6000.             ^
  6001. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6002.                 from sgen-old-bridge.c:46:
  6003. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  6004.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  6005.   ^
  6006. In file included from ../../mono/utils/dtrace.h:14:0,
  6007.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6008.                 from ../../mono/sgen/sgen-gc.h:749,
  6009.                 from sgen-old-bridge.c:46:
  6010. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  6011. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  6012.             ^
  6013. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6014.                 from sgen-old-bridge.c:46:
  6015. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_copy':
  6016. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 6 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  6017.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  6018.   ^
  6019. In file included from ../../mono/utils/dtrace.h:14:0,
  6020.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6021.                 from ../../mono/sgen/sgen-gc.h:749,
  6022.                 from sgen-old-bridge.c:46:
  6023. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  6024. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  6025.             ^
  6026. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6027.                 from sgen-old-bridge.c:46:
  6028. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 7 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  6029.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  6030.   ^
  6031. In file included from ../../mono/utils/dtrace.h:14:0,
  6032.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6033.                 from ../../mono/sgen/sgen-gc.h:749,
  6034.                 from sgen-old-bridge.c:46:
  6035. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  6036. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  6037.             ^
  6038. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6039.                 from sgen-old-bridge.c:46:
  6040. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_global_remset':
  6041. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 4 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  6042.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  6043.   ^
  6044. In file included from ../../mono/utils/dtrace.h:14:0,
  6045.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6046.                 from ../../mono/sgen/sgen-gc.h:749,
  6047.                 from sgen-old-bridge.c:46:
  6048. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  6049. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  6050.             ^
  6051. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6052.                 from sgen-old-bridge.c:46:
  6053. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 5 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  6054.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  6055.   ^
  6056. In file included from ../../mono/utils/dtrace.h:14:0,
  6057.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6058.                 from ../../mono/sgen/sgen-gc.h:749,
  6059.                 from sgen-old-bridge.c:46:
  6060. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  6061. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  6062.             ^
  6063. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6064.                 from sgen-old-bridge.c:46:
  6065. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_dislink_update':
  6066. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 4 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  6067.   MONO_GC_WEAK_UPDATE ((mword)link,
  6068.   ^
  6069. In file included from ../../mono/utils/dtrace.h:14:0,
  6070.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6071.                 from ../../mono/sgen/sgen-gc.h:749,
  6072.                 from sgen-old-bridge.c:46:
  6073. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  6074. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  6075.             ^
  6076. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6077.                 from sgen-old-bridge.c:46:
  6078. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 5 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  6079.   MONO_GC_WEAK_UPDATE ((mword)link,
  6080.   ^
  6081. In file included from ../../mono/utils/dtrace.h:14:0,
  6082.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6083.                 from ../../mono/sgen/sgen-gc.h:749,
  6084.                 from sgen-old-bridge.c:46:
  6085. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  6086. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  6087.             ^
  6088.  CC       libmonoruntimesgen_static_la-sgen-new-bridge.lo
  6089. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6090.                 from sgen-new-bridge.c:47:
  6091. ../../mono/metadata/sgen-client-mono.h: In function 'mono_binary_protocol_alloc_generic':
  6092. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 3 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  6093.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  6094.    ^
  6095. In file included from ../../mono/utils/dtrace.h:14:0,
  6096.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6097.                 from ../../mono/sgen/sgen-gc.h:749,
  6098.                 from sgen-new-bridge.c:47:
  6099. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  6100. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  6101.             ^
  6102. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6103.                 from sgen-new-bridge.c:47:
  6104. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 4 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  6105.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  6106.    ^
  6107. In file included from ../../mono/utils/dtrace.h:14:0,
  6108.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6109.                 from ../../mono/sgen/sgen-gc.h:749,
  6110.                 from sgen-new-bridge.c:47:
  6111. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  6112. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  6113.             ^
  6114. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6115.                 from sgen-new-bridge.c:47:
  6116. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  6117.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  6118.     ^
  6119. In file included from ../../mono/utils/dtrace.h:14:0,
  6120.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6121.                 from ../../mono/sgen/sgen-gc.h:749,
  6122.                 from sgen-new-bridge.c:47:
  6123. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  6124. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  6125.             ^
  6126. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6127.                 from sgen-new-bridge.c:47:
  6128. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  6129.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  6130.     ^
  6131. In file included from ../../mono/utils/dtrace.h:14:0,
  6132.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6133.                 from ../../mono/sgen/sgen-gc.h:749,
  6134.                 from sgen-new-bridge.c:47:
  6135. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  6136. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  6137.             ^
  6138. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6139.                 from sgen-new-bridge.c:47:
  6140. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  6141.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  6142.    ^
  6143. In file included from ../../mono/utils/dtrace.h:14:0,
  6144.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6145.                 from ../../mono/sgen/sgen-gc.h:749,
  6146.                 from sgen-new-bridge.c:47:
  6147. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  6148. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  6149.             ^
  6150. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6151.                 from sgen-new-bridge.c:47:
  6152. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  6153.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  6154.    ^
  6155. In file included from ../../mono/utils/dtrace.h:14:0,
  6156.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6157.                 from ../../mono/sgen/sgen-gc.h:749,
  6158.                 from sgen-new-bridge.c:47:
  6159. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  6160. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  6161.             ^
  6162. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6163.                 from sgen-new-bridge.c:47:
  6164. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_alloc_degraded':
  6165. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  6166.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  6167.  ^
  6168. In file included from ../../mono/utils/dtrace.h:14:0,
  6169.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6170.                 from ../../mono/sgen/sgen-gc.h:749,
  6171.                 from sgen-new-bridge.c:47:
  6172. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  6173. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  6174.             ^
  6175. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6176.                 from sgen-new-bridge.c:47:
  6177. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  6178.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  6179.  ^
  6180. In file included from ../../mono/utils/dtrace.h:14:0,
  6181.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6182.                 from ../../mono/sgen/sgen-gc.h:749,
  6183.                 from sgen-new-bridge.c:47:
  6184. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  6185. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  6186.             ^
  6187. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6188.                 from sgen-new-bridge.c:47:
  6189. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_pin':
  6190. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  6191.   MONO_GC_OBJ_PINNED ((mword)obj,
  6192.   ^
  6193. In file included from ../../mono/utils/dtrace.h:14:0,
  6194.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6195.                 from ../../mono/sgen/sgen-gc.h:749,
  6196.                 from sgen-new-bridge.c:47:
  6197. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  6198. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  6199.             ^
  6200. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6201.                 from sgen-new-bridge.c:47:
  6202. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  6203.   MONO_GC_OBJ_PINNED ((mword)obj,
  6204.   ^
  6205. In file included from ../../mono/utils/dtrace.h:14:0,
  6206.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6207.                 from ../../mono/sgen/sgen-gc.h:749,
  6208.                 from sgen-new-bridge.c:47:
  6209. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  6210. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  6211.             ^
  6212. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6213.                 from sgen-new-bridge.c:47:
  6214. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_cement':
  6215. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  6216.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  6217.   ^
  6218. In file included from ../../mono/utils/dtrace.h:14:0,
  6219.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6220.                 from ../../mono/sgen/sgen-gc.h:749,
  6221.                 from sgen-new-bridge.c:47:
  6222. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  6223. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  6224.             ^
  6225. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6226.                 from sgen-new-bridge.c:47:
  6227. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  6228.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  6229.   ^
  6230. In file included from ../../mono/utils/dtrace.h:14:0,
  6231.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6232.                 from ../../mono/sgen/sgen-gc.h:749,
  6233.                 from sgen-new-bridge.c:47:
  6234. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  6235. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  6236.             ^
  6237. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6238.                 from sgen-new-bridge.c:47:
  6239. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_copy':
  6240. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 6 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  6241.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  6242.   ^
  6243. In file included from ../../mono/utils/dtrace.h:14:0,
  6244.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6245.                 from ../../mono/sgen/sgen-gc.h:749,
  6246.                 from sgen-new-bridge.c:47:
  6247. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  6248. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  6249.             ^
  6250. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6251.                 from sgen-new-bridge.c:47:
  6252. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 7 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  6253.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  6254.   ^
  6255. In file included from ../../mono/utils/dtrace.h:14:0,
  6256.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6257.                 from ../../mono/sgen/sgen-gc.h:749,
  6258.                 from sgen-new-bridge.c:47:
  6259. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  6260. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  6261.             ^
  6262. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6263.                 from sgen-new-bridge.c:47:
  6264. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_global_remset':
  6265. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 4 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  6266.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  6267.   ^
  6268. In file included from ../../mono/utils/dtrace.h:14:0,
  6269.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6270.                 from ../../mono/sgen/sgen-gc.h:749,
  6271.                 from sgen-new-bridge.c:47:
  6272. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  6273. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  6274.             ^
  6275. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6276.                 from sgen-new-bridge.c:47:
  6277. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 5 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  6278.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  6279.   ^
  6280. In file included from ../../mono/utils/dtrace.h:14:0,
  6281.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6282.                 from ../../mono/sgen/sgen-gc.h:749,
  6283.                 from sgen-new-bridge.c:47:
  6284. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  6285. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  6286.             ^
  6287. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6288.                 from sgen-new-bridge.c:47:
  6289. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_dislink_update':
  6290. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 4 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  6291.   MONO_GC_WEAK_UPDATE ((mword)link,
  6292.   ^
  6293. In file included from ../../mono/utils/dtrace.h:14:0,
  6294.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6295.                 from ../../mono/sgen/sgen-gc.h:749,
  6296.                 from sgen-new-bridge.c:47:
  6297. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  6298. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  6299.             ^
  6300. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6301.                 from sgen-new-bridge.c:47:
  6302. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 5 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  6303.   MONO_GC_WEAK_UPDATE ((mword)link,
  6304.   ^
  6305. In file included from ../../mono/utils/dtrace.h:14:0,
  6306.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6307.                 from ../../mono/sgen/sgen-gc.h:749,
  6308.                 from sgen-new-bridge.c:47:
  6309. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  6310. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  6311.             ^
  6312.  CC       libmonoruntimesgen_static_la-sgen-tarjan-bridge.lo
  6313. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6314.                 from sgen-tarjan-bridge.c:46:
  6315. ../../mono/metadata/sgen-client-mono.h: In function 'mono_binary_protocol_alloc_generic':
  6316. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 3 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  6317.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  6318.    ^
  6319. In file included from ../../mono/utils/dtrace.h:14:0,
  6320.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6321.                 from ../../mono/sgen/sgen-gc.h:749,
  6322.                 from sgen-tarjan-bridge.c:46:
  6323. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  6324. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  6325.             ^
  6326. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6327.                 from sgen-tarjan-bridge.c:46:
  6328. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 4 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  6329.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  6330.    ^
  6331. In file included from ../../mono/utils/dtrace.h:14:0,
  6332.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6333.                 from ../../mono/sgen/sgen-gc.h:749,
  6334.                 from sgen-tarjan-bridge.c:46:
  6335. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  6336. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  6337.             ^
  6338. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6339.                 from sgen-tarjan-bridge.c:46:
  6340. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  6341.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  6342.     ^
  6343. In file included from ../../mono/utils/dtrace.h:14:0,
  6344.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6345.                 from ../../mono/sgen/sgen-gc.h:749,
  6346.                 from sgen-tarjan-bridge.c:46:
  6347. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  6348. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  6349.             ^
  6350. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6351.                 from sgen-tarjan-bridge.c:46:
  6352. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  6353.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  6354.     ^
  6355. In file included from ../../mono/utils/dtrace.h:14:0,
  6356.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6357.                 from ../../mono/sgen/sgen-gc.h:749,
  6358.                 from sgen-tarjan-bridge.c:46:
  6359. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  6360. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  6361.             ^
  6362. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6363.                 from sgen-tarjan-bridge.c:46:
  6364. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  6365.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  6366.    ^
  6367. In file included from ../../mono/utils/dtrace.h:14:0,
  6368.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6369.                 from ../../mono/sgen/sgen-gc.h:749,
  6370.                 from sgen-tarjan-bridge.c:46:
  6371. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  6372. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  6373.             ^
  6374. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6375.                 from sgen-tarjan-bridge.c:46:
  6376. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  6377.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  6378.    ^
  6379. In file included from ../../mono/utils/dtrace.h:14:0,
  6380.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6381.                 from ../../mono/sgen/sgen-gc.h:749,
  6382.                 from sgen-tarjan-bridge.c:46:
  6383. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  6384. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  6385.             ^
  6386. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6387.                 from sgen-tarjan-bridge.c:46:
  6388. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_alloc_degraded':
  6389. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  6390.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  6391.  ^
  6392. In file included from ../../mono/utils/dtrace.h:14:0,
  6393.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6394.                 from ../../mono/sgen/sgen-gc.h:749,
  6395.                 from sgen-tarjan-bridge.c:46:
  6396. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  6397. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  6398.             ^
  6399. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6400.                 from sgen-tarjan-bridge.c:46:
  6401. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  6402.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  6403.  ^
  6404. In file included from ../../mono/utils/dtrace.h:14:0,
  6405.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6406.                 from ../../mono/sgen/sgen-gc.h:749,
  6407.                 from sgen-tarjan-bridge.c:46:
  6408. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  6409. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  6410.             ^
  6411. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6412.                 from sgen-tarjan-bridge.c:46:
  6413. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_pin':
  6414. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  6415.   MONO_GC_OBJ_PINNED ((mword)obj,
  6416.   ^
  6417. In file included from ../../mono/utils/dtrace.h:14:0,
  6418.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6419.                 from ../../mono/sgen/sgen-gc.h:749,
  6420.                 from sgen-tarjan-bridge.c:46:
  6421. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  6422. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  6423.             ^
  6424. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6425.                 from sgen-tarjan-bridge.c:46:
  6426. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  6427.   MONO_GC_OBJ_PINNED ((mword)obj,
  6428.   ^
  6429. In file included from ../../mono/utils/dtrace.h:14:0,
  6430.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6431.                 from ../../mono/sgen/sgen-gc.h:749,
  6432.                 from sgen-tarjan-bridge.c:46:
  6433. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  6434. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  6435.             ^
  6436. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6437.                 from sgen-tarjan-bridge.c:46:
  6438. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_cement':
  6439. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  6440.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  6441.   ^
  6442. In file included from ../../mono/utils/dtrace.h:14:0,
  6443.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6444.                 from ../../mono/sgen/sgen-gc.h:749,
  6445.                 from sgen-tarjan-bridge.c:46:
  6446. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  6447. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  6448.             ^
  6449. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6450.                 from sgen-tarjan-bridge.c:46:
  6451. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  6452.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  6453.   ^
  6454. In file included from ../../mono/utils/dtrace.h:14:0,
  6455.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6456.                 from ../../mono/sgen/sgen-gc.h:749,
  6457.                 from sgen-tarjan-bridge.c:46:
  6458. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  6459. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  6460.             ^
  6461. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6462.                 from sgen-tarjan-bridge.c:46:
  6463. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_copy':
  6464. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 6 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  6465.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  6466.   ^
  6467. In file included from ../../mono/utils/dtrace.h:14:0,
  6468.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6469.                 from ../../mono/sgen/sgen-gc.h:749,
  6470.                 from sgen-tarjan-bridge.c:46:
  6471. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  6472. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  6473.             ^
  6474. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6475.                 from sgen-tarjan-bridge.c:46:
  6476. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 7 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  6477.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  6478.   ^
  6479. In file included from ../../mono/utils/dtrace.h:14:0,
  6480.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6481.                 from ../../mono/sgen/sgen-gc.h:749,
  6482.                 from sgen-tarjan-bridge.c:46:
  6483. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  6484. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  6485.             ^
  6486. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6487.                 from sgen-tarjan-bridge.c:46:
  6488. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_global_remset':
  6489. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 4 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  6490.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  6491.   ^
  6492. In file included from ../../mono/utils/dtrace.h:14:0,
  6493.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6494.                 from ../../mono/sgen/sgen-gc.h:749,
  6495.                 from sgen-tarjan-bridge.c:46:
  6496. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  6497. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  6498.             ^
  6499. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6500.                 from sgen-tarjan-bridge.c:46:
  6501. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 5 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  6502.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  6503.   ^
  6504. In file included from ../../mono/utils/dtrace.h:14:0,
  6505.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6506.                 from ../../mono/sgen/sgen-gc.h:749,
  6507.                 from sgen-tarjan-bridge.c:46:
  6508. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  6509. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  6510.             ^
  6511. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6512.                 from sgen-tarjan-bridge.c:46:
  6513. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_dislink_update':
  6514. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 4 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  6515.   MONO_GC_WEAK_UPDATE ((mword)link,
  6516.   ^
  6517. In file included from ../../mono/utils/dtrace.h:14:0,
  6518.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6519.                 from ../../mono/sgen/sgen-gc.h:749,
  6520.                 from sgen-tarjan-bridge.c:46:
  6521. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  6522. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  6523.             ^
  6524. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6525.                 from sgen-tarjan-bridge.c:46:
  6526. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 5 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  6527.   MONO_GC_WEAK_UPDATE ((mword)link,
  6528.   ^
  6529. In file included from ../../mono/utils/dtrace.h:14:0,
  6530.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6531.                 from ../../mono/sgen/sgen-gc.h:749,
  6532.                 from sgen-tarjan-bridge.c:46:
  6533. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  6534. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  6535.             ^
  6536.  CC       libmonoruntimesgen_static_la-sgen-toggleref.lo
  6537. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6538.                 from sgen-toggleref.c:28:
  6539. ../../mono/metadata/sgen-client-mono.h: In function 'mono_binary_protocol_alloc_generic':
  6540. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 3 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  6541.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  6542.    ^
  6543. In file included from ../../mono/utils/dtrace.h:14:0,
  6544.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6545.                 from ../../mono/sgen/sgen-gc.h:749,
  6546.                 from sgen-toggleref.c:28:
  6547. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  6548. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  6549.             ^
  6550. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6551.                 from sgen-toggleref.c:28:
  6552. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 4 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  6553.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  6554.    ^
  6555. In file included from ../../mono/utils/dtrace.h:14:0,
  6556.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6557.                 from ../../mono/sgen/sgen-gc.h:749,
  6558.                 from sgen-toggleref.c:28:
  6559. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  6560. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  6561.             ^
  6562. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6563.                 from sgen-toggleref.c:28:
  6564. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  6565.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  6566.     ^
  6567. In file included from ../../mono/utils/dtrace.h:14:0,
  6568.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6569.                 from ../../mono/sgen/sgen-gc.h:749,
  6570.                 from sgen-toggleref.c:28:
  6571. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  6572. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  6573.             ^
  6574. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6575.                 from sgen-toggleref.c:28:
  6576. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  6577.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  6578.     ^
  6579. In file included from ../../mono/utils/dtrace.h:14:0,
  6580.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6581.                 from ../../mono/sgen/sgen-gc.h:749,
  6582.                 from sgen-toggleref.c:28:
  6583. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  6584. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  6585.             ^
  6586. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6587.                 from sgen-toggleref.c:28:
  6588. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  6589.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  6590.    ^
  6591. In file included from ../../mono/utils/dtrace.h:14:0,
  6592.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6593.                 from ../../mono/sgen/sgen-gc.h:749,
  6594.                 from sgen-toggleref.c:28:
  6595. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  6596. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  6597.             ^
  6598. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6599.                 from sgen-toggleref.c:28:
  6600. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  6601.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  6602.    ^
  6603. In file included from ../../mono/utils/dtrace.h:14:0,
  6604.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6605.                 from ../../mono/sgen/sgen-gc.h:749,
  6606.                 from sgen-toggleref.c:28:
  6607. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  6608. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  6609.             ^
  6610. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6611.                 from sgen-toggleref.c:28:
  6612. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_alloc_degraded':
  6613. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  6614.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  6615.  ^
  6616. In file included from ../../mono/utils/dtrace.h:14:0,
  6617.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6618.                 from ../../mono/sgen/sgen-gc.h:749,
  6619.                 from sgen-toggleref.c:28:
  6620. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  6621. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  6622.             ^
  6623. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6624.                 from sgen-toggleref.c:28:
  6625. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  6626.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  6627.  ^
  6628. In file included from ../../mono/utils/dtrace.h:14:0,
  6629.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6630.                 from ../../mono/sgen/sgen-gc.h:749,
  6631.                 from sgen-toggleref.c:28:
  6632. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  6633. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  6634.             ^
  6635. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6636.                 from sgen-toggleref.c:28:
  6637. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_pin':
  6638. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  6639.   MONO_GC_OBJ_PINNED ((mword)obj,
  6640.   ^
  6641. In file included from ../../mono/utils/dtrace.h:14:0,
  6642.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6643.                 from ../../mono/sgen/sgen-gc.h:749,
  6644.                 from sgen-toggleref.c:28:
  6645. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  6646. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  6647.             ^
  6648. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6649.                 from sgen-toggleref.c:28:
  6650. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  6651.   MONO_GC_OBJ_PINNED ((mword)obj,
  6652.   ^
  6653. In file included from ../../mono/utils/dtrace.h:14:0,
  6654.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6655.                 from ../../mono/sgen/sgen-gc.h:749,
  6656.                 from sgen-toggleref.c:28:
  6657. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  6658. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  6659.             ^
  6660. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6661.                 from sgen-toggleref.c:28:
  6662. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_cement':
  6663. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  6664.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  6665.   ^
  6666. In file included from ../../mono/utils/dtrace.h:14:0,
  6667.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6668.                 from ../../mono/sgen/sgen-gc.h:749,
  6669.                 from sgen-toggleref.c:28:
  6670. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  6671. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  6672.             ^
  6673. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6674.                 from sgen-toggleref.c:28:
  6675. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  6676.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  6677.   ^
  6678. In file included from ../../mono/utils/dtrace.h:14:0,
  6679.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6680.                 from ../../mono/sgen/sgen-gc.h:749,
  6681.                 from sgen-toggleref.c:28:
  6682. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  6683. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  6684.             ^
  6685. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6686.                 from sgen-toggleref.c:28:
  6687. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_copy':
  6688. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 6 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  6689.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  6690.   ^
  6691. In file included from ../../mono/utils/dtrace.h:14:0,
  6692.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6693.                 from ../../mono/sgen/sgen-gc.h:749,
  6694.                 from sgen-toggleref.c:28:
  6695. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  6696. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  6697.             ^
  6698. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6699.                 from sgen-toggleref.c:28:
  6700. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 7 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  6701.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  6702.   ^
  6703. In file included from ../../mono/utils/dtrace.h:14:0,
  6704.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6705.                 from ../../mono/sgen/sgen-gc.h:749,
  6706.                 from sgen-toggleref.c:28:
  6707. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  6708. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  6709.             ^
  6710. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6711.                 from sgen-toggleref.c:28:
  6712. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_global_remset':
  6713. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 4 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  6714.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  6715.   ^
  6716. In file included from ../../mono/utils/dtrace.h:14:0,
  6717.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6718.                 from ../../mono/sgen/sgen-gc.h:749,
  6719.                 from sgen-toggleref.c:28:
  6720. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  6721. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  6722.             ^
  6723. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6724.                 from sgen-toggleref.c:28:
  6725. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 5 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  6726.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  6727.   ^
  6728. In file included from ../../mono/utils/dtrace.h:14:0,
  6729.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6730.                 from ../../mono/sgen/sgen-gc.h:749,
  6731.                 from sgen-toggleref.c:28:
  6732. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  6733. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  6734.             ^
  6735. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6736.                 from sgen-toggleref.c:28:
  6737. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_dislink_update':
  6738. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 4 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  6739.   MONO_GC_WEAK_UPDATE ((mword)link,
  6740.   ^
  6741. In file included from ../../mono/utils/dtrace.h:14:0,
  6742.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6743.                 from ../../mono/sgen/sgen-gc.h:749,
  6744.                 from sgen-toggleref.c:28:
  6745. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  6746. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  6747.             ^
  6748. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6749.                 from sgen-toggleref.c:28:
  6750. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 5 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  6751.   MONO_GC_WEAK_UPDATE ((mword)link,
  6752.   ^
  6753. In file included from ../../mono/utils/dtrace.h:14:0,
  6754.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6755.                 from ../../mono/sgen/sgen-gc.h:749,
  6756.                 from sgen-toggleref.c:28:
  6757. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  6758. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  6759.             ^
  6760.  CC       libmonoruntimesgen_static_la-sgen-stw.lo
  6761. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6762.                 from sgen-stw.c:30:
  6763. ../../mono/metadata/sgen-client-mono.h: In function 'mono_binary_protocol_alloc_generic':
  6764. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 3 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  6765.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  6766.    ^
  6767. In file included from ../../mono/utils/dtrace.h:14:0,
  6768.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6769.                 from ../../mono/sgen/sgen-gc.h:749,
  6770.                 from sgen-stw.c:30:
  6771. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  6772. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  6773.             ^
  6774. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6775.                 from sgen-stw.c:30:
  6776. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 4 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  6777.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  6778.    ^
  6779. In file included from ../../mono/utils/dtrace.h:14:0,
  6780.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6781.                 from ../../mono/sgen/sgen-gc.h:749,
  6782.                 from sgen-stw.c:30:
  6783. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  6784. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  6785.             ^
  6786. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6787.                 from sgen-stw.c:30:
  6788. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  6789.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  6790.     ^
  6791. In file included from ../../mono/utils/dtrace.h:14:0,
  6792.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6793.                 from ../../mono/sgen/sgen-gc.h:749,
  6794.                 from sgen-stw.c:30:
  6795. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  6796. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  6797.             ^
  6798. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6799.                 from sgen-stw.c:30:
  6800. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  6801.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  6802.     ^
  6803. In file included from ../../mono/utils/dtrace.h:14:0,
  6804.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6805.                 from ../../mono/sgen/sgen-gc.h:749,
  6806.                 from sgen-stw.c:30:
  6807. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  6808. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  6809.             ^
  6810. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6811.                 from sgen-stw.c:30:
  6812. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  6813.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  6814.    ^
  6815. In file included from ../../mono/utils/dtrace.h:14:0,
  6816.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6817.                 from ../../mono/sgen/sgen-gc.h:749,
  6818.                 from sgen-stw.c:30:
  6819. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  6820. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  6821.             ^
  6822. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6823.                 from sgen-stw.c:30:
  6824. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  6825.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  6826.    ^
  6827. In file included from ../../mono/utils/dtrace.h:14:0,
  6828.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6829.                 from ../../mono/sgen/sgen-gc.h:749,
  6830.                 from sgen-stw.c:30:
  6831. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  6832. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  6833.             ^
  6834. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6835.                 from sgen-stw.c:30:
  6836. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_alloc_degraded':
  6837. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  6838.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  6839.  ^
  6840. In file included from ../../mono/utils/dtrace.h:14:0,
  6841.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6842.                 from ../../mono/sgen/sgen-gc.h:749,
  6843.                 from sgen-stw.c:30:
  6844. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  6845. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  6846.             ^
  6847. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6848.                 from sgen-stw.c:30:
  6849. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  6850.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  6851.  ^
  6852. In file included from ../../mono/utils/dtrace.h:14:0,
  6853.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6854.                 from ../../mono/sgen/sgen-gc.h:749,
  6855.                 from sgen-stw.c:30:
  6856. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  6857. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  6858.             ^
  6859. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6860.                 from sgen-stw.c:30:
  6861. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_pin':
  6862. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  6863.   MONO_GC_OBJ_PINNED ((mword)obj,
  6864.   ^
  6865. In file included from ../../mono/utils/dtrace.h:14:0,
  6866.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6867.                 from ../../mono/sgen/sgen-gc.h:749,
  6868.                 from sgen-stw.c:30:
  6869. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  6870. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  6871.             ^
  6872. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6873.                 from sgen-stw.c:30:
  6874. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  6875.   MONO_GC_OBJ_PINNED ((mword)obj,
  6876.   ^
  6877. In file included from ../../mono/utils/dtrace.h:14:0,
  6878.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6879.                 from ../../mono/sgen/sgen-gc.h:749,
  6880.                 from sgen-stw.c:30:
  6881. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  6882. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  6883.             ^
  6884. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6885.                 from sgen-stw.c:30:
  6886. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_cement':
  6887. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  6888.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  6889.   ^
  6890. In file included from ../../mono/utils/dtrace.h:14:0,
  6891.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6892.                 from ../../mono/sgen/sgen-gc.h:749,
  6893.                 from sgen-stw.c:30:
  6894. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  6895. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  6896.             ^
  6897. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6898.                 from sgen-stw.c:30:
  6899. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  6900.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  6901.   ^
  6902. In file included from ../../mono/utils/dtrace.h:14:0,
  6903.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6904.                 from ../../mono/sgen/sgen-gc.h:749,
  6905.                 from sgen-stw.c:30:
  6906. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  6907. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  6908.             ^
  6909. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6910.                 from sgen-stw.c:30:
  6911. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_copy':
  6912. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 6 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  6913.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  6914.   ^
  6915. In file included from ../../mono/utils/dtrace.h:14:0,
  6916.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6917.                 from ../../mono/sgen/sgen-gc.h:749,
  6918.                 from sgen-stw.c:30:
  6919. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  6920. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  6921.             ^
  6922. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6923.                 from sgen-stw.c:30:
  6924. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 7 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  6925.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  6926.   ^
  6927. In file included from ../../mono/utils/dtrace.h:14:0,
  6928.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6929.                 from ../../mono/sgen/sgen-gc.h:749,
  6930.                 from sgen-stw.c:30:
  6931. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  6932. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  6933.             ^
  6934. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6935.                 from sgen-stw.c:30:
  6936. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_global_remset':
  6937. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 4 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  6938.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  6939.   ^
  6940. In file included from ../../mono/utils/dtrace.h:14:0,
  6941.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6942.                 from ../../mono/sgen/sgen-gc.h:749,
  6943.                 from sgen-stw.c:30:
  6944. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  6945. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  6946.             ^
  6947. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6948.                 from sgen-stw.c:30:
  6949. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 5 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  6950.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  6951.   ^
  6952. In file included from ../../mono/utils/dtrace.h:14:0,
  6953.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6954.                 from ../../mono/sgen/sgen-gc.h:749,
  6955.                 from sgen-stw.c:30:
  6956. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  6957. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  6958.             ^
  6959. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6960.                 from sgen-stw.c:30:
  6961. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_dislink_update':
  6962. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 4 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  6963.   MONO_GC_WEAK_UPDATE ((mword)link,
  6964.   ^
  6965. In file included from ../../mono/utils/dtrace.h:14:0,
  6966.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6967.                 from ../../mono/sgen/sgen-gc.h:749,
  6968.                 from sgen-stw.c:30:
  6969. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  6970. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  6971.             ^
  6972. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6973.                 from sgen-stw.c:30:
  6974. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 5 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  6975.   MONO_GC_WEAK_UPDATE ((mword)link,
  6976.   ^
  6977. In file included from ../../mono/utils/dtrace.h:14:0,
  6978.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6979.                 from ../../mono/sgen/sgen-gc.h:749,
  6980.                 from sgen-stw.c:30:
  6981. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  6982. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  6983.             ^
  6984.  CC       libmonoruntimesgen_static_la-sgen-mono.lo
  6985. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6986.                 from sgen-mono.c:23:
  6987. ../../mono/metadata/sgen-client-mono.h: In function 'mono_binary_protocol_alloc_generic':
  6988. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 3 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  6989.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  6990.    ^
  6991. In file included from ../../mono/utils/dtrace.h:14:0,
  6992.                 from ../../mono/metadata/sgen-client-mono.h:89,
  6993.                 from ../../mono/sgen/sgen-gc.h:749,
  6994.                 from sgen-mono.c:23:
  6995. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  6996. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  6997.             ^
  6998. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  6999.                 from sgen-mono.c:23:
  7000. ../../mono/metadata/sgen-client-mono.h:441:4: warning: passing argument 4 of '__dtrace_mono___gc__nursery__obj__alloc' discards 'const' qualifier from pointer target type [enabled by default]
  7001.    MONO_GC_NURSERY_OBJ_ALLOC ((mword)obj, size, namespace, name);
  7002.    ^
  7003. In file included from ../../mono/utils/dtrace.h:14:0,
  7004.                 from ../../mono/metadata/sgen-client-mono.h:89,
  7005.                 from ../../mono/sgen/sgen-gc.h:749,
  7006.                 from sgen-mono.c:23:
  7007. ../../mono/utils/mono-dtrace.h:347:13: note: expected 'char *' but argument is of type 'const char *'
  7008. extern void __dtrace_mono___gc__nursery__obj__alloc(uintptr_t, uintptr_t, char *, char *);
  7009.             ^
  7010. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  7011.                 from sgen-mono.c:23:
  7012. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  7013.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  7014.     ^
  7015. In file included from ../../mono/utils/dtrace.h:14:0,
  7016.                 from ../../mono/metadata/sgen-client-mono.h:89,
  7017.                 from ../../mono/sgen/sgen-gc.h:749,
  7018.                 from sgen-mono.c:23:
  7019. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  7020. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  7021.             ^
  7022. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  7023.                 from sgen-mono.c:23:
  7024. ../../mono/metadata/sgen-client-mono.h:445:5: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__large' discards 'const' qualifier from pointer target type [enabled by default]
  7025.     MONO_GC_MAJOR_OBJ_ALLOC_LARGE ((mword)obj, size, namespace, name);
  7026.     ^
  7027. In file included from ../../mono/utils/dtrace.h:14:0,
  7028.                 from ../../mono/metadata/sgen-client-mono.h:89,
  7029.                 from ../../mono/sgen/sgen-gc.h:749,
  7030.                 from sgen-mono.c:23:
  7031. ../../mono/utils/mono-dtrace.h:329:13: note: expected 'char *' but argument is of type 'const char *'
  7032. extern void __dtrace_mono___gc__major__obj__alloc__large(uintptr_t, uintptr_t, char *, char *);
  7033.             ^
  7034. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  7035.                 from sgen-mono.c:23:
  7036. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  7037.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  7038.    ^
  7039. In file included from ../../mono/utils/dtrace.h:14:0,
  7040.                 from ../../mono/metadata/sgen-client-mono.h:89,
  7041.                 from ../../mono/sgen/sgen-gc.h:749,
  7042.                 from sgen-mono.c:23:
  7043. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  7044. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  7045.             ^
  7046. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  7047.                 from sgen-mono.c:23:
  7048. ../../mono/metadata/sgen-client-mono.h:447:4: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  7049.    MONO_GC_MAJOR_OBJ_ALLOC_PINNED ((mword)obj, size, namespace, name);
  7050.    ^
  7051. In file included from ../../mono/utils/dtrace.h:14:0,
  7052.                 from ../../mono/metadata/sgen-client-mono.h:89,
  7053.                 from ../../mono/sgen/sgen-gc.h:749,
  7054.                 from sgen-mono.c:23:
  7055. ../../mono/utils/mono-dtrace.h:335:13: note: expected 'char *' but argument is of type 'const char *'
  7056. extern void __dtrace_mono___gc__major__obj__alloc__pinned(uintptr_t, uintptr_t, char *, char *);
  7057.             ^
  7058. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  7059.                 from sgen-mono.c:23:
  7060. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_alloc_degraded':
  7061. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 3 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  7062.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  7063.  ^
  7064. In file included from ../../mono/utils/dtrace.h:14:0,
  7065.                 from ../../mono/metadata/sgen-client-mono.h:89,
  7066.                 from ../../mono/sgen/sgen-gc.h:749,
  7067.                 from sgen-mono.c:23:
  7068. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  7069. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  7070.             ^
  7071. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  7072.                 from sgen-mono.c:23:
  7073. ../../mono/metadata/sgen-client-mono.h:468:2: warning: passing argument 4 of '__dtrace_mono___gc__major__obj__alloc__degraded' discards 'const' qualifier from pointer target type [enabled by default]
  7074.  MONO_GC_MAJOR_OBJ_ALLOC_DEGRADED ((mword)obj, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  7075.  ^
  7076. In file included from ../../mono/utils/dtrace.h:14:0,
  7077.                 from ../../mono/metadata/sgen-client-mono.h:89,
  7078.                 from ../../mono/sgen/sgen-gc.h:749,
  7079.                 from sgen-mono.c:23:
  7080. ../../mono/utils/mono-dtrace.h:323:13: note: expected 'char *' but argument is of type 'const char *'
  7081. extern void __dtrace_mono___gc__major__obj__alloc__degraded(uintptr_t, uintptr_t, char *, char *);
  7082.             ^
  7083. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  7084.                 from sgen-mono.c:23:
  7085. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_pin':
  7086. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  7087.   MONO_GC_OBJ_PINNED ((mword)obj,
  7088.   ^
  7089. In file included from ../../mono/utils/dtrace.h:14:0,
  7090.                 from ../../mono/metadata/sgen-client-mono.h:89,
  7091.                 from ../../mono/sgen/sgen-gc.h:749,
  7092.                 from sgen-mono.c:23:
  7093. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  7094. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  7095.             ^
  7096. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  7097.                 from sgen-mono.c:23:
  7098. ../../mono/metadata/sgen-client-mono.h:492:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__pinned' discards 'const' qualifier from pointer target type [enabled by default]
  7099.   MONO_GC_OBJ_PINNED ((mword)obj,
  7100.   ^
  7101. In file included from ../../mono/utils/dtrace.h:14:0,
  7102.                 from ../../mono/metadata/sgen-client-mono.h:89,
  7103.                 from ../../mono/sgen/sgen-gc.h:749,
  7104.                 from sgen-mono.c:23:
  7105. ../../mono/utils/mono-dtrace.h:377:13: note: expected 'char *' but argument is of type 'const char *'
  7106. extern void __dtrace_mono___gc__obj__pinned(uintptr_t, uintptr_t, char *, char *, int);
  7107.             ^
  7108. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  7109.                 from sgen-mono.c:23:
  7110. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_cement':
  7111. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 3 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  7112.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  7113.   ^
  7114. In file included from ../../mono/utils/dtrace.h:14:0,
  7115.                 from ../../mono/metadata/sgen-client-mono.h:89,
  7116.                 from ../../mono/sgen/sgen-gc.h:749,
  7117.                 from sgen-mono.c:23:
  7118. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  7119. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  7120.             ^
  7121. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  7122.                 from sgen-mono.c:23:
  7123. ../../mono/metadata/sgen-client-mono.h:534:3: warning: passing argument 4 of '__dtrace_mono___gc__obj__cemented' discards 'const' qualifier from pointer target type [enabled by default]
  7124.   MONO_GC_OBJ_CEMENTED ((mword)ptr, sgen_safe_object_get_size ((GCObject*)ptr),
  7125.   ^
  7126. In file included from ../../mono/utils/dtrace.h:14:0,
  7127.                 from ../../mono/metadata/sgen-client-mono.h:89,
  7128.                 from ../../mono/sgen/sgen-gc.h:749,
  7129.                 from sgen-mono.c:23:
  7130. ../../mono/utils/mono-dtrace.h:365:13: note: expected 'char *' but argument is of type 'const char *'
  7131. extern void __dtrace_mono___gc__obj__cemented(uintptr_t, uintptr_t, char *, char *);
  7132.             ^
  7133. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  7134.                 from sgen-mono.c:23:
  7135. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_copy':
  7136. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 6 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  7137.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  7138.   ^
  7139. In file included from ../../mono/utils/dtrace.h:14:0,
  7140.                 from ../../mono/metadata/sgen-client-mono.h:89,
  7141.                 from ../../mono/sgen/sgen-gc.h:749,
  7142.                 from sgen-mono.c:23:
  7143. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  7144. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  7145.             ^
  7146. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  7147.                 from sgen-mono.c:23:
  7148. ../../mono/metadata/sgen-client-mono.h:547:3: warning: passing argument 7 of '__dtrace_mono___gc__obj__moved' discards 'const' qualifier from pointer target type [enabled by default]
  7149.   MONO_GC_OBJ_MOVED ((mword)to, (mword)from, dest_gen, src_gen, size, sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable));
  7150.   ^
  7151. In file included from ../../mono/utils/dtrace.h:14:0,
  7152.                 from ../../mono/metadata/sgen-client-mono.h:89,
  7153.                 from ../../mono/sgen/sgen-gc.h:749,
  7154.                 from sgen-mono.c:23:
  7155. ../../mono/utils/mono-dtrace.h:371:13: note: expected 'char *' but argument is of type 'const char *'
  7156. extern void __dtrace_mono___gc__obj__moved(uintptr_t, uintptr_t, int, int, uintptr_t, char *, char *);
  7157.             ^
  7158. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  7159.                 from sgen-mono.c:23:
  7160. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_global_remset':
  7161. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 4 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  7162.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  7163.   ^
  7164. In file included from ../../mono/utils/dtrace.h:14:0,
  7165.                 from ../../mono/metadata/sgen-client-mono.h:89,
  7166.                 from ../../mono/sgen/sgen-gc.h:749,
  7167.                 from sgen-mono.c:23:
  7168. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  7169. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  7170.             ^
  7171. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  7172.                 from sgen-mono.c:23:
  7173. ../../mono/metadata/sgen-client-mono.h:557:3: warning: passing argument 5 of '__dtrace_mono___gc__global__remset__add' discards 'const' qualifier from pointer target type [enabled by default]
  7174.   MONO_GC_GLOBAL_REMSET_ADD ((mword)ptr, (mword)value, sgen_safe_object_get_size (value),
  7175.   ^
  7176. In file included from ../../mono/utils/dtrace.h:14:0,
  7177.                 from ../../mono/metadata/sgen-client-mono.h:89,
  7178.                 from ../../mono/sgen/sgen-gc.h:749,
  7179.                 from sgen-mono.c:23:
  7180. ../../mono/utils/mono-dtrace.h:317:13: note: expected 'char *' but argument is of type 'const char *'
  7181. extern void __dtrace_mono___gc__global__remset__add(uintptr_t, uintptr_t, uintptr_t, char *, char *);
  7182.             ^
  7183. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  7184.                 from sgen-mono.c:23:
  7185. ../../mono/metadata/sgen-client-mono.h: In function 'sgen_client_binary_protocol_dislink_update':
  7186. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 4 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  7187.   MONO_GC_WEAK_UPDATE ((mword)link,
  7188.   ^
  7189. In file included from ../../mono/utils/dtrace.h:14:0,
  7190.                 from ../../mono/metadata/sgen-client-mono.h:89,
  7191.                 from ../../mono/sgen/sgen-gc.h:749,
  7192.                 from sgen-mono.c:23:
  7193. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  7194. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  7195.             ^
  7196. In file included from ../../mono/sgen/sgen-gc.h:749:0,
  7197.                 from sgen-mono.c:23:
  7198. ../../mono/metadata/sgen-client-mono.h:589:3: warning: passing argument 5 of '__dtrace_mono___gc__weak__update' discards 'const' qualifier from pointer target type [enabled by default]
  7199.   MONO_GC_WEAK_UPDATE ((mword)link,
  7200.   ^
  7201. In file included from ../../mono/utils/dtrace.h:14:0,
  7202.                 from ../../mono/metadata/sgen-client-mono.h:89,
  7203.                 from ../../mono/sgen/sgen-gc.h:749,
  7204.                 from sgen-mono.c:23:
  7205. ../../mono/utils/mono-dtrace.h:401:13: note: expected 'char *' but argument is of type 'const char *'
  7206. extern void __dtrace_mono___gc__weak__update(uintptr_t, uintptr_t, uintptr_t, char *, char *, int);
  7207.             ^
  7208. sgen-mono.c: In function 'sgen_client_object_queued_for_finalization':
  7209. sgen-mono.c:473:3: warning: passing argument 3 of '__dtrace_mono___gc__finalize__enqueue' discards 'const' qualifier from pointer target type [enabled by default]
  7210.   MONO_GC_FINALIZE_ENQUEUE ((mword)obj, sgen_safe_object_get_size (obj),
  7211.   ^
  7212. In file included from ../../mono/utils/dtrace.h:14:0,
  7213.                 from ../../mono/metadata/sgen-client-mono.h:89,
  7214.                 from ../../mono/sgen/sgen-gc.h:749,
  7215.                 from sgen-mono.c:23:
  7216. ../../mono/utils/mono-dtrace.h:305:13: note: expected 'char *' but argument is of type 'const char *'
  7217. extern void __dtrace_mono___gc__finalize__enqueue(uintptr_t, uintptr_t, char *, char *, int, int);
  7218.             ^
  7219. sgen-mono.c:473:3: warning: passing argument 4 of '__dtrace_mono___gc__finalize__enqueue' discards 'const' qualifier from pointer target type [enabled by default]
  7220.   MONO_GC_FINALIZE_ENQUEUE ((mword)obj, sgen_safe_object_get_size (obj),
  7221.   ^
  7222. In file included from ../../mono/utils/dtrace.h:14:0,
  7223.                 from ../../mono/metadata/sgen-client-mono.h:89,
  7224.                 from ../../mono/sgen/sgen-gc.h:749,
  7225.                 from sgen-mono.c:23:
  7226. ../../mono/utils/mono-dtrace.h:305:13: note: expected 'char *' but argument is of type 'const char *'
  7227. extern void __dtrace_mono___gc__finalize__enqueue(uintptr_t, uintptr_t, char *, char *, int, int);
  7228.             ^
  7229. sgen-mono.c: In function 'mono_gc_get_managed_allocator_by_type':
  7230. sgen-mono.c:1302:30: warning: 'max_size_branch' may be used uninitialized in this function [-Wmaybe-uninitialized]
  7231.   mono_mb_patch_short_branch (mb, max_size_branch);
  7232.                              ^
  7233. sgen-mono.c:1054:27: note: 'max_size_branch' was declared here
  7234.  guint32 slowpath_branch, max_size_branch;
  7235.                           ^
  7236.  CCLD     libmonoruntimesgen-static.la
  7237.  CC       pedump.o
  7238.  CCLD     pedump
  7239. ./.libs/libmonoruntime.a(libmonoruntime_la-gc.o): In function `mono_gc_run_finalize':
  7240. /home/freebsd/git/monobsd/mono/metadata/gc.c:248: undefined reference to `__dtraceenabled_mono___gc__finalize__invoke'
  7241. /home/freebsd/git/monobsd/mono/metadata/gc.c:249: undefined reference to `__dtrace_mono___gc__finalize__invoke'
  7242. ./.libs/libmonoruntime.a(libmonoruntime_la-boehm-gc.o): In function `on_gc_notification':
  7243. /home/freebsd/git/monobsd/mono/metadata/boehm-gc.c:454: undefined reference to `__dtrace_mono___gc__end'
  7244. /home/freebsd/git/monobsd/mono/metadata/boehm-gc.c:439: undefined reference to `__dtrace_mono___gc__world__restart__end'
  7245. /home/freebsd/git/monobsd/mono/metadata/boehm-gc.c:444: undefined reference to `__dtrace_mono___gc__begin'
  7246. /home/freebsd/git/monobsd/mono/metadata/boehm-gc.c:426: undefined reference to `__dtrace_mono___gc__world__stop__begin'
  7247. /home/freebsd/git/monobsd/mono/metadata/boehm-gc.c:431: undefined reference to `__dtrace_mono___gc__world__stop__end'
  7248. /home/freebsd/git/monobsd/mono/metadata/boehm-gc.c:435: undefined reference to `__dtrace_mono___gc__world__restart__begin'
  7249. collect2: error: ld returned 1 exit status
  7250. gmake[3]: *** [Makefile:1301: pedump] Error 1
  7251. gmake[3]: Leaving directory '/usr/home/freebsd/git/monobsd/mono/metadata'
  7252. gmake[2]: *** [Makefile:445: all-recursive] Error 1
  7253. gmake[2]: Leaving directory '/usr/home/freebsd/git/monobsd/mono'
  7254. gmake[1]: *** [Makefile:523: all-recursive] Error 1
  7255. gmake[1]: Leaving directory '/usr/home/freebsd/git/monobsd'
  7256. gmake: *** [Makefile:453: all] Error 2
  7257. freebsd@do:~/git/monobsd % exitr
  7258.  
  7259. exit
  7260.  
  7261. Script done on Wed Jul 20 01:42:50 2016
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement