1. SVN3467 problem
- Posted by bugfinder Oct 07, 2010
- 1447 views
Where is coverage.h file located or is it missing from SVN checkout ???
2. Re: SVN3467 problem
- Posted by mattlewis (admin) Oct 07, 2010
- 1444 views
Where is coverage.h file located or is it missing from SVN checkout ???
It is automatically generated as part of the build process. This file is basically a hack to allow the backend to call front end routines via routine-id.
Matt
3. Re: SVN3467 problem
- Posted by bugfinder Oct 07, 2010
- 1426 views
I did a clean checkout and tried to build with svn3320 and I get error saying that it can't find it or build it .
4. Re: SVN3467 problem
- Posted by mattlewis (admin) Oct 07, 2010
- 1418 views
I did a clean checkout and tried to build with svn3320 and I get error saying that it can't find it or build it .
OK, a few questions:
- Which platform?
- What did you pass to configure?
- Can you post the output from make (or wmake)?
Matt
5. Re: SVN3467 problem
- Posted by mattlewis (admin) Oct 07, 2010
- 1402 views
I did a clean checkout and tried to build with svn3320 and I get error saying that it can't find it or build it .
OK, a few questions:
- Which platform?
- What did you pass to configure?
- Can you post the output from make (or wmake)?
Hmmmm...OK, just tried it myself...seeing the same thing.
Matt
6. Re: SVN3467 problem
- Posted by bugfinder Oct 07, 2010
- 1393 views
- Which platform?
- What did you pass to configure?
- Can you post the output from make (or wmake)?
e:\eu4\bin\eui.exe -i E:\eu4\include E:\eu4\source\ec.ex -nobuild -gcc -plat W IN -D EU_MANAGED_MEM -i E:\eu4\include E:\eu4\source\int.ex Translating code, pass: 1 2 3 4 5 6 7 8 9 10 generating 55.c files were created. cd E:\eu4\source wmake -h objlist OBJDIR=intobj DEBUG= MANAGED_MEM=1 CONFIG=config.wat EU_NAME_OB JECT=EU_INTERPRETER_OBJECTS wmake -h DEBUG= MANAGED_MEM=1 CONFIG=config.wat OS=WIN EU_NAME_OBJECT=EU_INTERPR ETER_OBJECTS OBJDIR=intobj E:\eu4\source\build\intobj.wat EX=e:\eu4\bin\eui.exe --============ LOOK AT THIS LINE should there be a back-slash \ -- between include and coverage.ex e:\eu4\bin\eui.exe -i E:\eu4\include coverage.ex E:\eu4\source\build\intobj -- ==================================================================== Error(F38): (E:\eu4\source\build\intobj\back\coverage.h) does not exist and cann ot be made from existing files Error(E02): Make execution terminated Error(E42): Last command making (objlist) returned a bad status Error(E02): Make execution terminated Error(E42): Last command making (interpreter) returned a bad status Error(E02): Make execution terminated Error(E42): Last command making (all) returned a bad status Error(E02): Make execution terminatedMatt:
7. Re: SVN3467 problem
- Posted by mattlewis (admin) Oct 07, 2010
- 1435 views
--============ LOOK AT THIS LINE should there be a back-slash \ -- between include and coverage.ex e:\eu4\bin\eui.exe -i E:\eu4\include coverage.ex E:\eu4\source\build\intobj
No, there shouldn't be a backslash there. The E:\eu4\include part is the argument for the -i command line parameter. Did coverage.h get built in E:\eu4\source\build\intobj?
I made some changes to the GNU makefile today, but didn't test with mingw, which you appear to be using.
Matt
8. Re: SVN3467 problem
- Posted by bugfinder Oct 07, 2010
- 1412 views
No, there shouldn't be a backslash there. The E:\eu4\include part is the argument for the -i command line parameter. Did coverage.h get built in E:\eu4\source\build\intobj?
I made some changes to the GNU makefile today, but didn't test with mingw, which you appear to be using.
Matt
I am using xp home edition. watcom compiler
- my batch file contains
- wmake -f makefile.wat clean
- wmake -f makefile.wat distclean
- call configure --eubin e:\eu4\bin
- wmake -f makefile.wat all
I searched all directories found no coverage.h
9. Re: SVN3467 problem
- Posted by mattlewis (admin) Oct 07, 2010
- 1451 views
I am using xp home edition. watcom compiler
- my batch file contains
- wmake -f makefile.wat clean
- wmake -f makefile.wat distclean
- call configure --eubin e:\eu4\bin
- wmake -f makefile.wat all
I searched all directories found no coverage.h
Could you try running coverage.ex from the source dir manually to see what happens? Try just like you saw in the wmake output:
> e:\eu4\bin\eui.exe -i E:\eu4\include coverage.ex E:\eu4\source\build\intobj
10. Re: SVN3467 problem
- Posted by bugfinder Oct 07, 2010
- 1453 views
Could you try running coverage.ex from the source dir manually to see what happens? Try just like you saw in the wmake output:
> e:\eu4\bin\eui.exe -i E:\eu4\include coverage.ex E:\eu4\source\build\intobj
running from CMD.exe
All I get is a line feed.
11. Re: SVN3467 problem
- Posted by mattlewis (admin) Oct 07, 2010
- 1436 views
Could you try running coverage.ex from the source dir manually to see what happens? Try just like you saw in the wmake output:
> e:\eu4\bin\eui.exe -i E:\eu4\include coverage.ex E:\eu4\source\build\intobj
running from CMD.exe
All I get is a line feed.
Did it create E:\eu4\source\build\intobj\back\coverage.h?
Matt
12. Re: SVN3467 problem
- Posted by irv Oct 07, 2010
- 1424 views
- be_execute.c:68:22: error: coverage.h: No such file or directory
be_execute.c: In function ‘do_exec’:
be_execute.c:5079: warning: implicit declaration of function ‘COVER_LINE’
be_execute.c:5085: warning: implicit declaration of function ‘COVER_ROUTINE’
make[1]: * [/home/irv/eu40/source/build/intobj/back/be_execute.o] Error 1
make[1]: Leaving directory `/home/irv/eu40/source'
make: * [interpreter] Error 2
irv@irv-desktop:/eu40/source$
##
Same, or similar problem on Linux, newly downloaded from svn this morning. No coverage.h created anywhere that I can find. I did try running converage.ex manually as described above. No luck.
- be_execute.c:68:22: error: coverage.h: No such file or directory
13. Re: SVN3467 problem
- Posted by bugfinder Oct 07, 2010
- 1474 views
Did it create E:\eu4\source\build\intobj\back\coverage.h?
The only files are : coverage.e and coverage.ex in source directory. coverage.c in the source\build\intobj directory. coverage.c says that it is a r3320 version.
14. Re: SVN3467 problem
- Posted by mattlewis (admin) Oct 07, 2010
- 1431 views
be_execute.c:68:22: error: coverage.h: No such file or directory\\ be_execute.c: In function ‘do_exec’:\\ be_execute.c:5079: warning: implicit declaration of function ‘COVER_LINE’\\ be_execute.c:5085: warning: implicit declaration of function ‘COVER_ROUTINE’\\ make[1]: *** [/home/irv/eu40/source/build/intobj/back/be_execute.o] Error 1\\ make[1]: Leaving directory `/home/irv/eu40/source'\\ make: *** [interpreter] Error 2\\ irv@irv-desktop:~/eu40/source$ \\Same, or similar problem on Linux, newly downloaded from svn this morning. No coverage.h created anywhere that I can find. I did try running converage.ex manually as described above. No luck.
This is really odd. Here's what I just did:
$ svn co https://rapideuphoria.svn.sourceforge.net/svnroot/rapideuphoria/trunk 3469 ... $ cd 3469/source ... $ ./configure && make interpreter && build/eui -version ... Euphoria Interpreter 4.0.0 development (r3469) for Linux Using System Memory
I'm running r3465 as the interpreter running the translator. Did you pass any flags to the configure script?
Matt
15. Re: SVN3467 problem
- Posted by mattlewis (admin) Oct 07, 2010
- 1409 views
OK, for those having issues, I have a few questions (I've managed to build on Linux from scratch, and others have been able to build from scratch on windows):
- What, exactly were your configure and make command lines?
- What version of the interpreter are you using to bootstrap?
Matt
16. Re: SVN3467 problem
- Posted by jimcbrown (admin) Oct 07, 2010
- 1425 views
OK, for those having issues, I have a few questions (I've managed to build on Linux from scratch, and others have been able to build from scratch on windows):
- What, exactly were your configure and make command lines?
- What version of the interpreter are you using to bootstrap?
Matt
I had just svn up'd to 3469
My /home/eu/bin/eui -version reports 3414
Euphoria Interpreter 4.0.0 development (r3414) for Linux Using System Memory
I just typed 'make' from inside /home/eu/source
I did not use configure (well I did once several years ago and then kept Makefile.eu up to date by hand-hacking), but here is my Makefile.eu
# File generated from configure ARCH=ix86 EBSD= EOPENBSD= ENETBSD= EOSX= ESUNOS= ELINUX=1 EMINGW= EDJGPP= EUPHORIA=1 CC=gcc TRANSLATE=eui ec.ex TRUNKDIR=/home/eu BUILDDIR=/home/eu/source XLTTARGETCC=gcc EU_VERSION=4.0 EDEBUG=1 DEBUG=1
Here is the long output from make
make euisource OBJDIR=intobj EBSD= CONFIG=Makefile.eu EDEBUG=1 EPROFILE= make[1]: Entering directory `/home/eu/source' Translating int.ex to create rm -f /home/eu/source/intobj/{*.c,*.o} (cd /home/eu/source/intobj;eui -i /home/eu/include -D DEBUG /home/eu/source/ec.ex -nobuild -i /home/eu/include -gcc /home/eu/source/int.ex ) Translating code, pass: 1 2 3 4 5 6 7 8 9 10 generating 55.c files were created. echo svn_rev EUPHORIA=1 REVGET=svn_rev svn_rev EUPHORIA=1 REVGET=svn_rev eui -i ../include revget.ex -root /home/eu updating be_rev.c eui -i /home/eu/include coverage.ex /home/eu/source/intobj make[1]: Leaving directory `/home/eu/source' make /home/eu/source/eui OBJDIR=intobj EBSD= CONFIG=Makefile.eu EDEBUG=1 EPROFILE= make[1]: Entering directory `/home/eu/source' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/backend.c -I/usr/share/euphoria -o/home/eu/source/intobj/backend.o /home/eu/source/intobj/backend.c: In function `_63InitBackEnd': /home/eu/source/intobj/backend.c:8: warning: unused variable `_0' /home/eu/source/intobj/backend.c:8: warning: unused variable `_2' /home/eu/source/intobj/backend.c: In function `_63get_next': /home/eu/source/intobj/backend.c:51: warning: unused variable `_28529' /home/eu/source/intobj/backend.c:64: warning: unused variable `_28516' /home/eu/source/intobj/backend.c:65: warning: unused variable `_0' /home/eu/source/intobj/backend.c: In function `_63BackEnd': /home/eu/source/intobj/backend.c:556: warning: unused variable `_28574' /home/eu/source/intobj/backend.c:573: warning: unused variable `_28557' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/block.c -I/usr/share/euphoria -o/home/eu/source/intobj/block.o /home/eu/source/intobj/block.c: In function `_58check_block': /home/eu/source/intobj/block.c:109: warning: unused variable `_0' /home/eu/source/intobj/block.c: In function `_58Block_var': /home/eu/source/intobj/block.c:209: warning: unused variable `_0' /home/eu/source/intobj/block.c: In function `_58NewBlock': /home/eu/source/intobj/block.c:462: warning: unused variable `_0' /home/eu/source/intobj/block.c: In function `_58Start_block': /home/eu/source/intobj/block.c:672: warning: unused variable `_0' /home/eu/source/intobj/block.c: In function `_58block_label': /home/eu/source/intobj/block.c:936: warning: unused variable `_0' /home/eu/source/intobj/block.c: In function `_58pop_block': /home/eu/source/intobj/block.c:1047: warning: unused variable `_11582' /home/eu/source/intobj/block.c:1064: warning: unused variable `_0' /home/eu/source/intobj/block.c: In function `_58top_block': /home/eu/source/intobj/block.c:1339: warning: unused variable `_0' /home/eu/source/intobj/block.c:1405: warning: control reaches end of non-void function /home/eu/source/intobj/block.c: In function `_58End_block': /home/eu/source/intobj/block.c:1419: warning: unused variable `_0' /home/eu/source/intobj/block.c: In function `_58End_inline_block': /home/eu/source/intobj/block.c:1520: warning: unused variable `_0' /home/eu/source/intobj/block.c: In function `_58Leave_block': /home/eu/source/intobj/block.c:1614: warning: unused variable `_0' /home/eu/source/intobj/block.c: In function `_58Drop_block': /home/eu/source/intobj/block.c:1924: warning: unused variable `_0' /home/eu/source/intobj/block.c:1924: warning: unused variable `_2' /home/eu/source/intobj/block.c: In function `_58Pop_block_var': /home/eu/source/intobj/block.c:1990: warning: unused variable `_0' /home/eu/source/intobj/block.c: In function `_58Goto_block': /home/eu/source/intobj/block.c:2241: warning: unused variable `_11667' /home/eu/source/intobj/block.c:2245: warning: unused variable `_0' /home/eu/source/intobj/block.c: In function `_58Least_block': /home/eu/source/intobj/block.c:2490: warning: unused variable `_11682' /home/eu/source/intobj/block.c:2497: warning: unused variable `_0' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/buildsys.c -I/usr/share/euphoria -o/home/eu/source/intobj/buildsys.o /home/eu/source/intobj/buildsys.c: In function `_39update_checksum': /home/eu/source/intobj/buildsys.c:9: warning: unused variable `_1' /home/eu/source/intobj/buildsys.c:9: warning: unused variable `_2' /home/eu/source/intobj/buildsys.c: In function `_39write_checksum': /home/eu/source/intobj/buildsys.c:59: warning: unused variable `_0' /home/eu/source/intobj/buildsys.c:59: warning: unused variable `_1' /home/eu/source/intobj/buildsys.c:59: warning: unused variable `_2' /home/eu/source/intobj/buildsys.c: In function `_39write_objlink_file': /home/eu/source/intobj/buildsys.c:1068: warning: unused variable `_25886' /home/eu/source/intobj/buildsys.c:1091: warning: unused variable `_0' /home/eu/source/intobj/buildsys.c: In function `_39write_cmake': /home/eu/source/intobj/buildsys.c:1582: warning: unused variable `_0' /home/eu/source/intobj/buildsys.c: In function `_39write_makefile_srcobj_list': /home/eu/source/intobj/buildsys.c:1896: warning: unused variable `_0' /home/eu/source/intobj/buildsys.c: In function `_39write_makefile_full': /home/eu/source/intobj/buildsys.c:2189: warning: unused variable `_25984' /home/eu/source/intobj/buildsys.c:2204: warning: unused variable `_0' /home/eu/source/intobj/buildsys.c: In function `_39write_makefile': /home/eu/source/intobj/buildsys.c:2644: warning: unused variable `_0' /home/eu/source/intobj/buildsys.c:2644: warning: unused variable `_1' /home/eu/source/intobj/buildsys.c:2644: warning: unused variable `_2' /home/eu/source/intobj/buildsys.c: In function `_39build_direct': /home/eu/source/intobj/buildsys.c:3450: warning: unused variable `_filebase_inlined_filebase_at_14_44972' /home/eu/source/intobj/buildsys.c:3451: warning: unused variable `_data_inlined_filebase_at_14_44971' /home/eu/source/intobj/buildsys.c:3456: warning: unused variable `_current_dir_inlined_current_dir_at_47_44979' /home/eu/source/intobj/buildsys.c:3494: warning: unused variable `_26209' /home/eu/source/intobj/buildsys.c:3520: warning: unused variable `_26180' /home/eu/source/intobj/buildsys.c:3544: warning: unused variable `_26156' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/c_decl.c -I/usr/share/euphoria -o/home/eu/source/intobj/c_decl.o /home/eu/source/intobj/c_decl.c: In function `_42get_eucompiledir': /home/eu/source/intobj/c_decl.c:18: warning: unused variable `_1' /home/eu/source/intobj/c_decl.c:18: warning: unused variable `_2' /home/eu/source/intobj/c_decl.c: In function `_42NewBB': /home/eu/source/intobj/c_decl.c:215: warning: unused variable `_24624' /home/eu/source/intobj/c_decl.c:222: warning: unused variable `_0' /home/eu/source/intobj/c_decl.c: In function `_42BB_var_obj': /home/eu/source/intobj/c_decl.c:600: warning: unused variable `_0' /home/eu/source/intobj/c_decl.c:600: warning: unused variable `_1' /home/eu/source/intobj/c_decl.c: In function `_42BB_var_type': /home/eu/source/intobj/c_decl.c:748: warning: unused variable `_24665' /home/eu/source/intobj/c_decl.c:753: warning: unused variable `_0' /home/eu/source/intobj/c_decl.c:753: warning: unused variable `_1' /home/eu/source/intobj/c_decl.c: In function `_42GType': /home/eu/source/intobj/c_decl.c:950: warning: unused variable `_0' /home/eu/source/intobj/c_decl.c: In function `_42GDelete': /home/eu/source/intobj/c_decl.c:1077: warning: unused variable `_0' /home/eu/source/intobj/c_decl.c:1077: warning: unused variable `_1' /home/eu/source/intobj/c_decl.c:1077: warning: unused variable `_2' /home/eu/source/intobj/c_decl.c: In function `_42HasDelete': /home/eu/source/intobj/c_decl.c:1105: warning: unused variable `_0' /home/eu/source/intobj/c_decl.c: In function `_42TypeIs': /home/eu/source/intobj/c_decl.c:1437: warning: unused variable `_0' /home/eu/source/intobj/c_decl.c:1437: warning: unused variable `_2' /home/eu/source/intobj/c_decl.c: In function `_42TypeIsIn': /home/eu/source/intobj/c_decl.c:1477: warning: unused variable `_0' /home/eu/source/intobj/c_decl.c:1477: warning: unused variable `_2' /home/eu/source/intobj/c_decl.c: In function `_42TypeIsNot': /home/eu/source/intobj/c_decl.c:1513: warning: unused variable `_0' /home/eu/source/intobj/c_decl.c:1513: warning: unused variable `_2' /home/eu/source/intobj/c_decl.c: In function `_42TypeIsNotIn': /home/eu/source/intobj/c_decl.c:1554: warning: unused variable `_0' /home/eu/source/intobj/c_decl.c:1554: warning: unused variable `_2' /home/eu/source/intobj/c_decl.c: In function `_42or_type': /home/eu/source/intobj/c_decl.c:1593: warning: unused variable `_24735' /home/eu/source/intobj/c_decl.c:1611: warning: unused variable `_0' /home/eu/source/intobj/c_decl.c:2035: warning: control reaches end of non-void function /home/eu/source/intobj/c_decl.c: In function `_42SetBBType': /home/eu/source/intobj/c_decl.c:2073: warning: unused variable `_24827' /home/eu/source/intobj/c_decl.c:2076: warning: unused variable `_24824' /home/eu/source/intobj/c_decl.c:2161: warning: unused variable `_0' /home/eu/source/intobj/c_decl.c: In function `_42CName': /home/eu/source/intobj/c_decl.c:3841: warning: unused variable `_24908' /home/eu/source/intobj/c_decl.c:3875: warning: unused variable `_24874' /home/eu/source/intobj/c_decl.c:3887: warning: unused variable `_24861' /home/eu/source/intobj/c_decl.c:3896: warning: unused variable `_0' /home/eu/source/intobj/c_decl.c: In function `_42c_stmt': /home/eu/source/intobj/c_decl.c:4498: warning: unused variable `_24965' /home/eu/source/intobj/c_decl.c:4504: warning: unused variable `_24959' /home/eu/source/intobj/c_decl.c:4528: warning: unused variable `_24933' /home/eu/source/intobj/c_decl.c:4540: warning: unused variable `_24920' /home/eu/source/intobj/c_decl.c:4547: warning: unused variable `_24913' /home/eu/source/intobj/c_decl.c: In function `_42c_stmt0': /home/eu/source/intobj/c_decl.c:5197: warning: unused variable `_0' /home/eu/source/intobj/c_decl.c:5197: warning: unused variable `_1' /home/eu/source/intobj/c_decl.c:5197: warning: unused variable `_2' /home/eu/source/intobj/c_decl.c: In function `_42DeclareFileVars': /home/eu/source/intobj/c_decl.c:5254: warning: unused variable `_24993' /home/eu/source/intobj/c_decl.c:5275: warning: unused variable `_0' /home/eu/source/intobj/c_decl.c:5275: warning: unused variable `_1' /home/eu/source/intobj/c_decl.c: In function `_42PromoteTypeInfo': /home/eu/source/intobj/c_decl.c:5723: warning: unused variable `_25088' /home/eu/source/intobj/c_decl.c:5737: warning: unused variable `_25074' /home/eu/source/intobj/c_decl.c:5782: warning: unused variable `_25029' /home/eu/source/intobj/c_decl.c:5799: warning: unused variable `_0' /home/eu/source/intobj/c_decl.c: In function `_42DeclareRoutineList': /home/eu/source/intobj/c_decl.c:7356: warning: unused variable `_25175' /home/eu/source/intobj/c_decl.c:7371: warning: unused variable `_25155' /home/eu/source/intobj/c_decl.c:7389: warning: unused variable `_25131' /home/eu/source/intobj/c_decl.c:7399: warning: unused variable `_25120' /home/eu/source/intobj/c_decl.c: In function `_42DeclareNameSpaceList': /home/eu/source/intobj/c_decl.c:8388: warning: unused variable `_0' /home/eu/source/intobj/c_decl.c:8388: warning: unused variable `_1' /home/eu/source/intobj/c_decl.c: In function `_42is_exported': /home/eu/source/intobj/c_decl.c:8644: warning: unused variable `_25246' /home/eu/source/intobj/c_decl.c:8647: warning: unused variable `_25242' /home/eu/source/intobj/c_decl.c:8654: warning: unused variable `_0' /home/eu/source/intobj/c_decl.c: In function `_42version': /home/eu/source/intobj/c_decl.c:8848: warning: unused variable `_0' /home/eu/source/intobj/c_decl.c:8848: warning: unused variable `_1' /home/eu/source/intobj/c_decl.c:8848: warning: unused variable `_2' /home/eu/source/intobj/c_decl.c: In function `_42new_c_file': /home/eu/source/intobj/c_decl.c:8894: warning: unused variable `_1' /home/eu/source/intobj/c_decl.c:8894: warning: unused variable `_2' /home/eu/source/intobj/c_decl.c: In function `_42is_file_newer': /home/eu/source/intobj/c_decl.c:9275: warning: unused variable `_1' /home/eu/source/intobj/c_decl.c:9275: warning: unused variable `_2' /home/eu/source/intobj/c_decl.c: In function `_42add_file': /home/eu/source/intobj/c_decl.c:9449: warning: unused variable `_0' /home/eu/source/intobj/c_decl.c:9449: warning: unused variable `_1' /home/eu/source/intobj/c_decl.c:9449: warning: unused variable `_2' /home/eu/source/intobj/c_decl.c: In function `_42any_code': /home/eu/source/intobj/c_decl.c:9657: warning: unused variable `_25352' /home/eu/source/intobj/c_decl.c:9667: warning: unused variable `_0' /home/eu/source/intobj/c_decl.c:9667: warning: unused variable `_1' /home/eu/source/intobj/c_decl.c: In function `_42GenerateUserRoutines': /home/eu/source/intobj/c_decl.c:9857: warning: unused variable `_25699' /home/eu/source/intobj/c_decl.c:9913: warning: unused variable `_25638' /home/eu/source/intobj/c_decl.c:9953: warning: unused variable `_25590' /home/eu/source/intobj/c_decl.c:9986: warning: unused variable `_25554' /home/eu/source/intobj/c_decl.c:9991: warning: unused variable `_25549' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/c_out.c -I/usr/share/euphoria -o/home/eu/source/intobj/c_out.o /home/eu/source/intobj/c_out.c: In function `_38c_putc': /home/eu/source/intobj/c_out.c:8: warning: unused variable `_2' /home/eu/source/intobj/c_out.c: In function `_38c_hputs': /home/eu/source/intobj/c_out.c:98: warning: unused variable `_0' /home/eu/source/intobj/c_out.c:98: warning: unused variable `_1' /home/eu/source/intobj/c_out.c:98: warning: unused variable `_2' /home/eu/source/intobj/c_out.c: In function `_38c_puts': /home/eu/source/intobj/c_out.c:139: warning: unused variable `_1' /home/eu/source/intobj/c_out.c:139: warning: unused variable `_2' /home/eu/source/intobj/c_out.c: In function `_38c_hprintf': /home/eu/source/intobj/c_out.c:225: warning: unused variable `_0' /home/eu/source/intobj/c_out.c:225: warning: unused variable `_2' /home/eu/source/intobj/c_out.c: In function `_38c_printf': /home/eu/source/intobj/c_out.c:276: warning: unused variable `_1' /home/eu/source/intobj/c_out.c:276: warning: unused variable `_2' /home/eu/source/intobj/c_out.c: In function `_38c_printf8': /home/eu/source/intobj/c_out.c:400: warning: unused variable `_0' /home/eu/source/intobj/c_out.c:400: warning: unused variable `_1' /home/eu/source/intobj/c_out.c: In function `_38adjust_indent_before': /home/eu/source/intobj/c_out.c:715: warning: unused variable `_1' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/cmdline.c -I/usr/share/euphoria -o/home/eu/source/intobj/cmdline.o /home/eu/source/intobj/cmdline.c: In function `_46standardize_opts': /home/eu/source/intobj/cmdline.c:28: warning: unused variable `_9216' /home/eu/source/intobj/cmdline.c:67: warning: unused variable `_9175' /home/eu/source/intobj/cmdline.c:113: warning: unused variable `_9121' /home/eu/source/intobj/cmdline.c:119: warning: unused variable `_9115' /home/eu/source/intobj/cmdline.c:125: warning: unused variable `_9109' /home/eu/source/intobj/cmdline.c: In function `_46local_help': /home/eu/source/intobj/cmdline.c:1849: warning: unused variable `_9306' /home/eu/source/intobj/cmdline.c:1883: warning: unused variable `_9271' /home/eu/source/intobj/cmdline.c:1919: warning: unused variable `_9235' /home/eu/source/intobj/cmdline.c: In function `_46find_opt': /home/eu/source/intobj/cmdline.c:3291: warning: unused variable `_slash_17559' /home/eu/source/intobj/cmdline.c:3381: warning: unused variable `_0' /home/eu/source/intobj/cmdline.c: In function `_46cmd_parse': /home/eu/source/intobj/cmdline.c:4449: warning: unused variable `_at_file_17800' /home/eu/source/intobj/cmdline.c:4476: warning: unused variable `_9745' /home/eu/source/intobj/cmdline.c:4496: warning: unused variable `_9724' /home/eu/source/intobj/cmdline.c:4525: warning: unused variable `_9694' /home/eu/source/intobj/cmdline.c:4530: warning: unused variable `_9689' /home/eu/source/intobj/cmdline.c:4591: warning: unused variable `_9627' /home/eu/source/intobj/cmdline.c:4607: warning: unused variable `_9611' /home/eu/source/intobj/cmdline.c:4656: warning: unused variable `_9561' /home/eu/source/intobj/cmdline.c:4659: warning: unused variable `_9558' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/cominit.c -I/usr/share/euphoria -o/home/eu/source/intobj/cominit.o /home/eu/source/intobj/cominit.c: In function `_45add_options': /home/eu/source/intobj/cominit.c:8: warning: unused variable `_0' /home/eu/source/intobj/cominit.c:8: warning: unused variable `_1' /home/eu/source/intobj/cominit.c:8: warning: unused variable `_2' /home/eu/source/intobj/cominit.c: In function `_45show_copyrights': /home/eu/source/intobj/cominit.c:35: warning: unused variable `_all_copyrights_inlined_all_copyrights_at_2_30321' /home/eu/source/intobj/cominit.c:45: warning: unused variable `_0' /home/eu/source/intobj/cominit.c: In function `_45show_banner': /home/eu/source/intobj/cominit.c:182: warning: unused variable `_17296' /home/eu/source/intobj/cominit.c:183: warning: unused variable `_0' /home/eu/source/intobj/cominit.c:183: warning: unused variable `_1' /home/eu/source/intobj/cominit.c:183: warning: unused variable `_2' /home/eu/source/intobj/cominit.c: In function `_45expand_config_options': /home/eu/source/intobj/cominit.c:542: warning: unused variable `_1' /home/eu/source/intobj/cominit.c: In function `_45finalize_command_line': /home/eu/source/intobj/cominit.c:1608: warning: unused variable `_17395' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/common.c -I/usr/share/euphoria -o/home/eu/source/intobj/common.o /home/eu/source/intobj/common.c: In function `_30open_locked': /home/eu/source/intobj/common.c:11: warning: unused variable `_0' /home/eu/source/intobj/common.c:11: warning: unused variable `_1' /home/eu/source/intobj/common.c:11: warning: unused variable `_2' /home/eu/source/intobj/common.c: In function `_30get_eudir': /home/eu/source/intobj/common.c:57: warning: unused variable `_0' /home/eu/source/intobj/common.c:57: warning: unused variable `_1' /home/eu/source/intobj/common.c:57: warning: unused variable `_2' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/compile.c -I/usr/share/euphoria -o/home/eu/source/intobj/compile.o /home/eu/source/intobj/compile.c: In function `_44dispose_temp': /home/eu/source/intobj/compile.c:9: warning: unused variable `_17601' /home/eu/source/intobj/compile.c:13: warning: unused variable `_0' /home/eu/source/intobj/compile.c:13: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opDEREF_TEMP': /home/eu/source/intobj/compile.c:154: warning: unused variable `_0' /home/eu/source/intobj/compile.c:154: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44dispose_all_temps': /home/eu/source/intobj/compile.c:295: warning: unused variable `_0' /home/eu/source/intobj/compile.c:295: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44savespace': /home/eu/source/intobj/compile.c:394: warning: unused variable `_0' /home/eu/source/intobj/compile.c:394: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44BB_temp_type': /home/eu/source/intobj/compile.c:479: warning: unused variable `_0' /home/eu/source/intobj/compile.c:479: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44BB_temp_elem': /home/eu/source/intobj/compile.c:663: warning: unused variable `_17654' /home/eu/source/intobj/compile.c:672: warning: unused variable `_0' /home/eu/source/intobj/compile.c:672: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44BB_var_elem': /home/eu/source/intobj/compile.c:882: warning: unused variable `_17670' /home/eu/source/intobj/compile.c:889: warning: unused variable `_0' /home/eu/source/intobj/compile.c:889: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44BB_var_seqlen': /home/eu/source/intobj/compile.c:1080: warning: unused variable `_17691' /home/eu/source/intobj/compile.c:1087: warning: unused variable `_17684' /home/eu/source/intobj/compile.c:1094: warning: unused variable `_0' /home/eu/source/intobj/compile.c:1094: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44SeqElem': /home/eu/source/intobj/compile.c:1343: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44IntegerSize': /home/eu/source/intobj/compile.c:1789: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44find_label': /home/eu/source/intobj/compile.c:2319: warning: unused variable `_0' /home/eu/source/intobj/compile.c:2319: warning: unused variable `_1' /home/eu/source/intobj/compile.c:2319: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44forward_branch_into': /home/eu/source/intobj/compile.c:2380: warning: unused variable `_17773' /home/eu/source/intobj/compile.c:2384: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44prune_labels': /home/eu/source/intobj/compile.c:2637: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44Label': /home/eu/source/intobj/compile.c:2804: warning: unused variable `_0' /home/eu/source/intobj/compile.c:2804: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44RLabel': /home/eu/source/intobj/compile.c:2882: warning: unused variable `_0' /home/eu/source/intobj/compile.c:2882: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44Goto': /home/eu/source/intobj/compile.c:2974: warning: unused variable `_17808' /home/eu/source/intobj/compile.c:2981: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44RGoto': /home/eu/source/intobj/compile.c:3278: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44BB_exist': /home/eu/source/intobj/compile.c:3335: warning: unused variable `_0' /home/eu/source/intobj/compile.c:3335: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44c_fixquote': /home/eu/source/intobj/compile.c:3410: warning: unused variable `_17850' /home/eu/source/intobj/compile.c:3417: warning: unused variable `_0' /home/eu/source/intobj/compile.c:3417: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44IsParameter': /home/eu/source/intobj/compile.c:3560: warning: unused variable `_17860' /home/eu/source/intobj/compile.c:3568: warning: unused variable `_0' /home/eu/source/intobj/compile.c:3568: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44CRef': /home/eu/source/intobj/compile.c:3711: warning: unused variable `_0' /home/eu/source/intobj/compile.c:3711: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44CRefn': /home/eu/source/intobj/compile.c:3832: warning: unused variable `_0' /home/eu/source/intobj/compile.c:3832: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44target_differs': /home/eu/source/intobj/compile.c:3976: warning: unused variable `_0' /home/eu/source/intobj/compile.c:3976: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44CDeRefStr': /home/eu/source/intobj/compile.c:4790: warning: unused variable `_0' /home/eu/source/intobj/compile.c:4790: warning: unused variable `_1' /home/eu/source/intobj/compile.c:4790: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44CDeRef': /home/eu/source/intobj/compile.c:4991: warning: unused variable `_17950' /home/eu/source/intobj/compile.c:5006: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44seg_peek_string': /home/eu/source/intobj/compile.c:5965: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44seg_peek1': /home/eu/source/intobj/compile.c:6169: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44seg_peek2': /home/eu/source/intobj/compile.c:6466: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44seg_peek4': /home/eu/source/intobj/compile.c:6755: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44seg_poke1': /home/eu/source/intobj/compile.c:6938: warning: unused variable `_18089' /home/eu/source/intobj/compile.c:6940: warning: unused variable `_0' /home/eu/source/intobj/compile.c:6940: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44seg_poke2': /home/eu/source/intobj/compile.c:7120: warning: unused variable `_0' /home/eu/source/intobj/compile.c:7120: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44seg_poke4': /home/eu/source/intobj/compile.c:7244: warning: unused variable `_18110' /home/eu/source/intobj/compile.c:7246: warning: unused variable `_0' /home/eu/source/intobj/compile.c:7246: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44machine_func_type': /home/eu/source/intobj/compile.c:7479: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44machine_func_elem_type': /home/eu/source/intobj/compile.c:8549: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44main_temps': /home/eu/source/intobj/compile.c:8705: warning: unused variable `_18203' /home/eu/source/intobj/compile.c:8720: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44FoldInteger': /home/eu/source/intobj/compile.c:9082: warning: unused variable `_18362' /home/eu/source/intobj/compile.c:9089: warning: unused variable `_18355' /home/eu/source/intobj/compile.c:9099: warning: unused variable `_18344' /home/eu/source/intobj/compile.c:9117: warning: unused variable `_18324' /home/eu/source/intobj/compile.c:9125: warning: unused variable `_18316' /home/eu/source/intobj/compile.c:9142: warning: unused variable `_18299' /home/eu/source/intobj/compile.c:9172: warning: unused variable `_18269' /home/eu/source/intobj/compile.c:9177: warning: unused variable `_18264' /home/eu/source/intobj/compile.c:9183: warning: unused variable `_18258' /home/eu/source/intobj/compile.c:9194: warning: unused variable `_18246' /home/eu/source/intobj/compile.c:9199: warning: unused variable `_18241' /home/eu/source/intobj/compile.c:9205: warning: unused variable `_18235' /home/eu/source/intobj/compile.c:9216: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44FlushDeRef': /home/eu/source/intobj/compile.c:11059: warning: unused variable `_0' /home/eu/source/intobj/compile.c:11059: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44FinalDeRef': /home/eu/source/intobj/compile.c:11137: warning: unused variable `_18384' /home/eu/source/intobj/compile.c:11144: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44NotInRange': /home/eu/source/intobj/compile.c:11457: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44IntegerMultiply': /home/eu/source/intobj/compile.c:11566: warning: unused variable `_18448' /home/eu/source/intobj/compile.c:11573: warning: unused variable `_18440' /home/eu/source/intobj/compile.c:11591: warning: unused variable `_18417' /home/eu/source/intobj/compile.c: In function `_44unary_optimize': /home/eu/source/intobj/compile.c:12821: warning: unused variable `_18529' /home/eu/source/intobj/compile.c: In function `_44ifwi': /home/eu/source/intobj/compile.c:13567: warning: unused variable `_18632' /home/eu/source/intobj/compile.c:13585: warning: unused variable `_18613' /home/eu/source/intobj/compile.c:13620: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44ifw': /home/eu/source/intobj/compile.c:14662: warning: unused variable `_18679' /home/eu/source/intobj/compile.c:14666: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44binary_op': /home/eu/source/intobj/compile.c:14888: warning: unused variable `_18886' /home/eu/source/intobj/compile.c:14899: warning: unused variable `_18874' /home/eu/source/intobj/compile.c:14908: warning: unused variable `_18861' /home/eu/source/intobj/compile.c:14911: warning: unused variable `_18858' /home/eu/source/intobj/compile.c:14915: warning: unused variable `_18854' /home/eu/source/intobj/compile.c:14924: warning: unused variable `_18840' /home/eu/source/intobj/compile.c:14927: warning: unused variable `_18837' /home/eu/source/intobj/compile.c:14930: warning: unused variable `_18834' /home/eu/source/intobj/compile.c:14950: warning: unused variable `_18814' /home/eu/source/intobj/compile.c:14955: warning: unused variable `_18808' /home/eu/source/intobj/compile.c:14975: warning: unused variable `_18788' /home/eu/source/intobj/compile.c:14979: warning: unused variable `_18784' /home/eu/source/intobj/compile.c:14993: warning: unused variable `_18770' /home/eu/source/intobj/compile.c:14999: warning: unused variable `_18763' /home/eu/source/intobj/compile.c:15023: warning: unused variable `_18738' /home/eu/source/intobj/compile.c:15037: warning: unused variable `_18723' /home/eu/source/intobj/compile.c:15042: warning: unused variable `_18718' /home/eu/source/intobj/compile.c:15053: warning: unused variable `_18707' /home/eu/source/intobj/compile.c: In function `_44arg_list': /home/eu/source/intobj/compile.c:17777: warning: unused variable `_0' /home/eu/source/intobj/compile.c:17777: warning: unused variable `_1' /home/eu/source/intobj/compile.c:17777: warning: unused variable `_2' /home/eu/source/intobj/compile.c:18080:42: warning: "/*" within comment /home/eu/source/intobj/compile.c: In function `_44opSTARTLINE': /home/eu/source/intobj/compile.c:17900: warning: unused variable `_18904' /home/eu/source/intobj/compile.c:17906: warning: unused variable `_0' /home/eu/source/intobj/compile.c:17906: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44opPROC_TAIL': /home/eu/source/intobj/compile.c:18230: warning: unused variable `_18972' /home/eu/source/intobj/compile.c:18237: warning: unused variable `_18965' /home/eu/source/intobj/compile.c: In function `_44opRHS_SUBS': /home/eu/source/intobj/compile.c:20483: warning: unused variable `_19215' /home/eu/source/intobj/compile.c: In function `_44opNOP1': /home/eu/source/intobj/compile.c:21659: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opINTERNAL_ERROR': /home/eu/source/intobj/compile.c:21730: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opSWITCH_I': /home/eu/source/intobj/compile.c:21819: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opSWITCH': /home/eu/source/intobj/compile.c:22245: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opSWITCH_RT': /home/eu/source/intobj/compile.c:22380: warning: unused variable `_19372' /home/eu/source/intobj/compile.c: In function `_44opCASE': /home/eu/source/intobj/compile.c:23165: warning: unused variable `_0' /home/eu/source/intobj/compile.c:23165: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44opNOPSWITCH': /home/eu/source/intobj/compile.c:23458: warning: unused variable `_0' /home/eu/source/intobj/compile.c:23458: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44opIF': /home/eu/source/intobj/compile.c:23575: warning: unused variable `_19495' /home/eu/source/intobj/compile.c:23607: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opINTEGER_CHECK': /home/eu/source/intobj/compile.c:24237: warning: unused variable `_19545' /home/eu/source/intobj/compile.c:24243: warning: unused variable `_0' /home/eu/source/intobj/compile.c:24243: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44opATOM_CHECK': /home/eu/source/intobj/compile.c:24409: warning: unused variable `_0' /home/eu/source/intobj/compile.c:24409: warning: unused variable `_1' /home/eu/source/intobj/compile.c:24409: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opASSIGN_SUBS': /home/eu/source/intobj/compile.c:24517: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44dispose_length': /home/eu/source/intobj/compile.c:25902: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44opASSIGN': /home/eu/source/intobj/compile.c:26241: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opASSIGN_I': /home/eu/source/intobj/compile.c:26595: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opGLABEL': /home/eu/source/intobj/compile.c:26677: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opGOTO': /home/eu/source/intobj/compile.c:26740: warning: unused variable `_0' /home/eu/source/intobj/compile.c:26740: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44opEXIT': /home/eu/source/intobj/compile.c:26799: warning: unused variable `_0' /home/eu/source/intobj/compile.c:26799: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44opRIGHT_BRACE_N': /home/eu/source/intobj/compile.c:26934: warning: unused variable `_19828' /home/eu/source/intobj/compile.c: In function `_44opPLUS1': /home/eu/source/intobj/compile.c:28523: warning: unused variable `_19972' /home/eu/source/intobj/compile.c: In function `_44opRETURNT': /home/eu/source/intobj/compile.c:29893: warning: unused variable `_0' /home/eu/source/intobj/compile.c:29893: warning: unused variable `_1' /home/eu/source/intobj/compile.c:29893: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opGLOBAL_INIT_CHECK': /home/eu/source/intobj/compile.c:30015: warning: unused variable `_0' /home/eu/source/intobj/compile.c:30015: warning: unused variable `_1' /home/eu/source/intobj/compile.c:30015: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opRHS_SLICE': /home/eu/source/intobj/compile.c:31318: warning: unused variable `_20253' /home/eu/source/intobj/compile.c:31328: warning: unused variable `_20243' /home/eu/source/intobj/compile.c: In function `_44opTYPE_CHECK': /home/eu/source/intobj/compile.c:31906: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44is_temp': /home/eu/source/intobj/compile.c:32088: warning: unused variable `_20305' /home/eu/source/intobj/compile.c:32096: warning: unused variable `_0' /home/eu/source/intobj/compile.c:32096: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opIS_AN_INTEGER': /home/eu/source/intobj/compile.c:32256: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opIS_AN_ATOM': /home/eu/source/intobj/compile.c:32639: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opIS_A_SEQUENCE': /home/eu/source/intobj/compile.c:32890: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opIS_AN_OBJECT': /home/eu/source/intobj/compile.c:33163: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44unary_type': /home/eu/source/intobj/compile.c:33601: warning: unused variable `_0' /home/eu/source/intobj/compile.c:33601: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44opSQRT': /home/eu/source/intobj/compile.c:33727: warning: unused variable `_0' /home/eu/source/intobj/compile.c:33727: warning: unused variable `_1' /home/eu/source/intobj/compile.c:33727: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opSIN': /home/eu/source/intobj/compile.c:33761: warning: unused variable `_0' /home/eu/source/intobj/compile.c:33761: warning: unused variable `_1' /home/eu/source/intobj/compile.c:33761: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opCOS': /home/eu/source/intobj/compile.c:33795: warning: unused variable `_0' /home/eu/source/intobj/compile.c:33795: warning: unused variable `_1' /home/eu/source/intobj/compile.c:33795: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opTAN': /home/eu/source/intobj/compile.c:33829: warning: unused variable `_0' /home/eu/source/intobj/compile.c:33829: warning: unused variable `_1' /home/eu/source/intobj/compile.c:33829: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opARCTAN': /home/eu/source/intobj/compile.c:33863: warning: unused variable `_0' /home/eu/source/intobj/compile.c:33863: warning: unused variable `_1' /home/eu/source/intobj/compile.c:33863: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opLOG': /home/eu/source/intobj/compile.c:33897: warning: unused variable `_0' /home/eu/source/intobj/compile.c:33897: warning: unused variable `_1' /home/eu/source/intobj/compile.c:33897: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opNOT_BITS': /home/eu/source/intobj/compile.c:33931: warning: unused variable `_0' /home/eu/source/intobj/compile.c:33931: warning: unused variable `_1' /home/eu/source/intobj/compile.c:33931: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opFLOOR': /home/eu/source/intobj/compile.c:33965: warning: unused variable `_0' /home/eu/source/intobj/compile.c:33965: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44opNOT_IFW': /home/eu/source/intobj/compile.c:34080: warning: unused variable `_0' /home/eu/source/intobj/compile.c:34080: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44opGREATER_IFW': /home/eu/source/intobj/compile.c:35407: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opNOTEQ_IFW': /home/eu/source/intobj/compile.c:35438: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opLESSEQ_IFW': /home/eu/source/intobj/compile.c:35469: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opGREATEREQ_IFW': /home/eu/source/intobj/compile.c:35500: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opEQUALS_IFW': /home/eu/source/intobj/compile.c:35531: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opLESS_IFW': /home/eu/source/intobj/compile.c:35562: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opLESS_IFW_I': /home/eu/source/intobj/compile.c:35593: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opGREATER_IFW_I': /home/eu/source/intobj/compile.c:35623: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opEQUALS_IFW_I': /home/eu/source/intobj/compile.c:35653: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opNOTEQ_IFW_I': /home/eu/source/intobj/compile.c:35683: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opLESSEQ_IFW_I': /home/eu/source/intobj/compile.c:35713: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opGREATEREQ_IFW_I': /home/eu/source/intobj/compile.c:35743: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opOR': /home/eu/source/intobj/compile.c:36244: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opXOR': /home/eu/source/intobj/compile.c:36313: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opAND': /home/eu/source/intobj/compile.c:36382: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opDIVIDE': /home/eu/source/intobj/compile.c:36462: warning: unused variable `_20703' /home/eu/source/intobj/compile.c: In function `_44opFLOOR_DIV': /home/eu/source/intobj/compile.c:37182: warning: unused variable `_20771' /home/eu/source/intobj/compile.c: In function `_44opAND_BITS': /home/eu/source/intobj/compile.c:37442: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opOR_BITS': /home/eu/source/intobj/compile.c:37505: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opXOR_BITS': /home/eu/source/intobj/compile.c:37568: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opLESS': /home/eu/source/intobj/compile.c:37781: warning: unused variable `_20807' /home/eu/source/intobj/compile.c: In function `_44opGREATER': /home/eu/source/intobj/compile.c:37930: warning: unused variable `_20818' /home/eu/source/intobj/compile.c: In function `_44opEQUALS': /home/eu/source/intobj/compile.c:38079: warning: unused variable `_20829' /home/eu/source/intobj/compile.c: In function `_44opNOTEQ': /home/eu/source/intobj/compile.c:38228: warning: unused variable `_20840' /home/eu/source/intobj/compile.c: In function `_44opLESSEQ': /home/eu/source/intobj/compile.c:38377: warning: unused variable `_20851' /home/eu/source/intobj/compile.c: In function `_44opGREATEREQ': /home/eu/source/intobj/compile.c:38526: warning: unused variable `_20862' /home/eu/source/intobj/compile.c: In function `_44opSC1_AND': /home/eu/source/intobj/compile.c:38715: warning: unused variable `_0' /home/eu/source/intobj/compile.c:38715: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44opSC1_OR': /home/eu/source/intobj/compile.c:39220: warning: unused variable `_0' /home/eu/source/intobj/compile.c:39220: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44opSC2_OR': /home/eu/source/intobj/compile.c:39723: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opFOR': /home/eu/source/intobj/compile.c:40086: warning: unused variable `_21156' /home/eu/source/intobj/compile.c:40105: warning: unused variable `_21137' /home/eu/source/intobj/compile.c:40139: warning: unused variable `_21100' /home/eu/source/intobj/compile.c:40173: warning: unused variable `_21064' /home/eu/source/intobj/compile.c:40208: warning: unused variable `_21029' /home/eu/source/intobj/compile.c: In function `_44opENDFOR_GENERAL': /home/eu/source/intobj/compile.c:42220: warning: unused variable `_21287' /home/eu/source/intobj/compile.c:42236: warning: unused variable `_21271' /home/eu/source/intobj/compile.c:42252: warning: unused variable `_21255' /home/eu/source/intobj/compile.c:42266: warning: unused variable `_21241' /home/eu/source/intobj/compile.c:42283: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opCALL_PROC': /home/eu/source/intobj/compile.c:43144: warning: unused variable `_21353' /home/eu/source/intobj/compile.c: In function `_44opCALL_BACK_RETURN': /home/eu/source/intobj/compile.c:43897: warning: unused variable `_0' /home/eu/source/intobj/compile.c:43897: warning: unused variable `_1' /home/eu/source/intobj/compile.c:43897: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opBADRETURNF': /home/eu/source/intobj/compile.c:43924: warning: unused variable `_0' /home/eu/source/intobj/compile.c:43924: warning: unused variable `_1' /home/eu/source/intobj/compile.c:43924: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opRETURNF': /home/eu/source/intobj/compile.c:43991: warning: unused variable `_21480' /home/eu/source/intobj/compile.c:43998: warning: unused variable `_21473' /home/eu/source/intobj/compile.c:44009: warning: unused variable `_21462' /home/eu/source/intobj/compile.c: In function `_44exit_block': /home/eu/source/intobj/compile.c:45309: warning: unused variable `_21526' /home/eu/source/intobj/compile.c:45316: warning: unused variable `_21518' /home/eu/source/intobj/compile.c:45319: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opEXIT_BLOCK': /home/eu/source/intobj/compile.c:45557: warning: unused variable `_0' /home/eu/source/intobj/compile.c:45557: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44opRETURNP': /home/eu/source/intobj/compile.c:45617: warning: unused variable `_0' /home/eu/source/intobj/compile.c:45617: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44opROUTINE_ID': /home/eu/source/intobj/compile.c:45873: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opAPPEND': /home/eu/source/intobj/compile.c:46061: warning: unused variable `_21607' /home/eu/source/intobj/compile.c: In function `_44opPREPEND': /home/eu/source/intobj/compile.c:46702: warning: unused variable `_21682' /home/eu/source/intobj/compile.c: In function `_44opCONCAT': /home/eu/source/intobj/compile.c:47350: warning: unused variable `_21877' /home/eu/source/intobj/compile.c:47372: warning: unused variable `_21855' /home/eu/source/intobj/compile.c:47418: warning: unused variable `_21809' /home/eu/source/intobj/compile.c:47458: warning: unused variable `_21768' /home/eu/source/intobj/compile.c:47479: warning: unused variable `_21746' /home/eu/source/intobj/compile.c: In function `_44splins': /home/eu/source/intobj/compile.c:49234: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opHEAD': /home/eu/source/intobj/compile.c:51135: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opTAIL': /home/eu/source/intobj/compile.c:51495: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opDATE': /home/eu/source/intobj/compile.c:53763: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opTIME': /home/eu/source/intobj/compile.c:53913: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opSPACE_USED': /home/eu/source/intobj/compile.c:54047: warning: unused variable `_0' /home/eu/source/intobj/compile.c:54047: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44opPOSITION': /home/eu/source/intobj/compile.c:54126: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opEQUAL': /home/eu/source/intobj/compile.c:54218: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opHASH': /home/eu/source/intobj/compile.c:54463: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opCOMPARE': /home/eu/source/intobj/compile.c:54696: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opFIND': /home/eu/source/intobj/compile.c:54953: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opFIND_FROM': /home/eu/source/intobj/compile.c:55106: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opMATCH': /home/eu/source/intobj/compile.c:55272: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opMATCH_FROM': /home/eu/source/intobj/compile.c:55425: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opPOKE': /home/eu/source/intobj/compile.c:58063: warning: unused variable `_23130' /home/eu/source/intobj/compile.c:58065: warning: unused variable `_23125' /home/eu/source/intobj/compile.c:58069: warning: unused variable `_23118' /home/eu/source/intobj/compile.c:58169: warning: unused variable `_0' /home/eu/source/intobj/compile.c:58169: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44opMEM_COPY': /home/eu/source/intobj/compile.c:59578: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opMEM_SET': /home/eu/source/intobj/compile.c:59656: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44file_and_line': /home/eu/source/intobj/compile.c:59736: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opPIXEL': /home/eu/source/intobj/compile.c:59814: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opGET_PIXEL': /home/eu/source/intobj/compile.c:59883: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opCALL': /home/eu/source/intobj/compile.c:59957: warning: unused variable `_0' /home/eu/source/intobj/compile.c:59957: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44opSYSTEM': /home/eu/source/intobj/compile.c:60052: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opSYSTEM_EXEC': /home/eu/source/intobj/compile.c:60129: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opCLOSE': /home/eu/source/intobj/compile.c:60565: warning: unused variable `_0' /home/eu/source/intobj/compile.c:60565: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44opGETC': /home/eu/source/intobj/compile.c:60889: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opGETS': /home/eu/source/intobj/compile.c:61263: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opGET_KEY': /home/eu/source/intobj/compile.c:61444: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opCLEAR_SCREEN': /home/eu/source/intobj/compile.c:61530: warning: unused variable `_0' /home/eu/source/intobj/compile.c:61530: warning: unused variable `_1' /home/eu/source/intobj/compile.c:61530: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opPUTS': /home/eu/source/intobj/compile.c:61564: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opPRINT': /home/eu/source/intobj/compile.c:61638: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opPRINTF': /home/eu/source/intobj/compile.c:61758: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opSPRINTF': /home/eu/source/intobj/compile.c:61850: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opCOMMAND_LINE': /home/eu/source/intobj/compile.c:62062: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opOPTION_SWITCHES': /home/eu/source/intobj/compile.c:62207: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opGETENV': /home/eu/source/intobj/compile.c:62365: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opMACHINE_PROC': /home/eu/source/intobj/compile.c:62797: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44delete_double': /home/eu/source/intobj/compile.c:62858: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44delete_sequence': /home/eu/source/intobj/compile.c:62932: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44promote_integer_delete': /home/eu/source/intobj/compile.c:63002: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44assign_delete_target': /home/eu/source/intobj/compile.c:63065: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44DeleteRoutine': /home/eu/source/intobj/compile.c:63420: warning: unused variable `_0' /home/eu/source/intobj/compile.c:63420: warning: unused variable `_1' /home/eu/source/intobj/compile.c:63420: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opDELETE_ROUTINE': /home/eu/source/intobj/compile.c:63502: warning: unused variable `_23575' /home/eu/source/intobj/compile.c:63510: warning: unused variable `_23563' /home/eu/source/intobj/compile.c: In function `_44opDELETE_OBJECT': /home/eu/source/intobj/compile.c:64320: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opC_FUNC': /home/eu/source/intobj/compile.c:64579: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opC_PROC': /home/eu/source/intobj/compile.c:64814: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opTRACE': /home/eu/source/intobj/compile.c:64900: warning: unused variable `_0' /home/eu/source/intobj/compile.c:64900: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44opPROFILE': /home/eu/source/intobj/compile.c:65125: warning: unused variable `_0' /home/eu/source/intobj/compile.c:65125: warning: unused variable `_1' /home/eu/source/intobj/compile.c:65125: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opUPDATE_GLOBALS': /home/eu/source/intobj/compile.c:65147: warning: unused variable `_0' /home/eu/source/intobj/compile.c:65147: warning: unused variable `_1' /home/eu/source/intobj/compile.c:65147: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opTASK_SCHEDULE': /home/eu/source/intobj/compile.c:65421: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opTASK_YIELD': /home/eu/source/intobj/compile.c:65512: warning: unused variable `_0' /home/eu/source/intobj/compile.c:65512: warning: unused variable `_1' /home/eu/source/intobj/compile.c:65512: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opTASK_SUSPEND': /home/eu/source/intobj/compile.c:65731: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44opTASK_CLOCK_STOP': /home/eu/source/intobj/compile.c:66221: warning: unused variable `_0' /home/eu/source/intobj/compile.c:66221: warning: unused variable `_1' /home/eu/source/intobj/compile.c:66221: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44opTASK_CLOCK_START': /home/eu/source/intobj/compile.c:66278: warning: unused variable `_0' /home/eu/source/intobj/compile.c:66278: warning: unused variable `_1' /home/eu/source/intobj/compile.c:66278: warning: unused variable `_2' /home/eu/source/intobj/compile.c: In function `_44do_exec': /home/eu/source/intobj/compile.c:66341: warning: unused variable `_24295' /home/eu/source/intobj/compile.c: In function `_44Execute': /home/eu/source/intobj/compile.c:66551: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44hex_char': /home/eu/source/intobj/compile.c:66617: warning: unused variable `_0' /home/eu/source/intobj/compile.c: In function `_44is_string': /home/eu/source/intobj/compile.c:66685: warning: unused variable `_0' /home/eu/source/intobj/compile.c:66685: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44escape_string': /home/eu/source/intobj/compile.c:66823: warning: unused variable `_24345' /home/eu/source/intobj/compile.c:66832: warning: unused variable `_24334' /home/eu/source/intobj/compile.c:66839: warning: unused variable `_0' /home/eu/source/intobj/compile.c:66839: warning: unused variable `_1' /home/eu/source/intobj/compile.c: In function `_44BackEnd': /home/eu/source/intobj/compile.c:67380: warning: unused variable `_get_switches_inlined_get_switches_at_952_42248' /home/eu/source/intobj/compile.c:67491: warning: unused variable `_24398' /home/eu/source/intobj/compile.c:67506: warning: unused variable `_24382' /home/eu/source/intobj/compile.c: In function `_44OutputIL': /home/eu/source/intobj/compile.c:69475: warning: unused variable `_0' /home/eu/source/intobj/compile.c:69475: warning: unused variable `_1' /home/eu/source/intobj/compile.c:69475: warning: unused variable `_2' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/compress.c -I/usr/share/euphoria -o/home/eu/source/intobj/compress.o /home/eu/source/intobj/compress.c: In function `_61compress': /home/eu/source/intobj/compress.c:9: warning: unused variable `_atom_to_float32_inlined_atom_to_float32_at_178_30625' /home/eu/source/intobj/compress.c:37: warning: unused variable `_17441' /home/eu/source/intobj/compress.c:44: warning: unused variable `_17434' /home/eu/source/intobj/compress.c:49: warning: unused variable `_17429' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/console.c -I/usr/share/euphoria -o/home/eu/source/intobj/console.o /home/eu/source/intobj/console.c: In function `_47any_key': /home/eu/source/intobj/console.c:10: warning: unused variable `_0' /home/eu/source/intobj/console.c:10: warning: unused variable `_1' /home/eu/source/intobj/console.c:10: warning: unused variable `_2' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/convert.c -I/usr/share/euphoria -o/home/eu/source/intobj/convert.o /home/eu/source/intobj/convert.c: In function `_7bits_to_int': /home/eu/source/intobj/convert.c:446: warning: unused variable `_1' /home/eu/source/intobj/convert.c: In function `_7to_number': /home/eu/source/intobj/convert.c:602: warning: unused variable `_205' /home/eu/source/intobj/convert.c:605: warning: unused variable `_202' /home/eu/source/intobj/convert.c:637: warning: unused variable `_141' /home/eu/source/intobj/convert.c:640: warning: unused variable `_137' /home/eu/source/intobj/convert.c:643: warning: unused variable `_133' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/coverage.c -I/usr/share/euphoria -o/home/eu/source/intobj/coverage.o /home/eu/source/intobj/coverage.c: In function `_51check_coverage': /home/eu/source/intobj/coverage.c:14: warning: unused variable `_0' /home/eu/source/intobj/coverage.c:14: warning: unused variable `_1' /home/eu/source/intobj/coverage.c: In function `_51init_coverage': /home/eu/source/intobj/coverage.c:96: warning: unused variable `_16928' /home/eu/source/intobj/coverage.c: In function `_51write_coverage_db': /home/eu/source/intobj/coverage.c:589: warning: unused variable `_0' /home/eu/source/intobj/coverage.c: In function `_51read_coverage_db': /home/eu/source/intobj/coverage.c:827: warning: unused variable `_1' /home/eu/source/intobj/coverage.c: In function `_51new_covered_path': /home/eu/source/intobj/coverage.c:1051: warning: unused variable `_0' /home/eu/source/intobj/coverage.c:1051: warning: unused variable `_1' /home/eu/source/intobj/coverage.c:1051: warning: unused variable `_2' /home/eu/source/intobj/coverage.c: In function `_51add_coverage': /home/eu/source/intobj/coverage.c:1122: warning: unused variable `_17019' /home/eu/source/intobj/coverage.c:1128: warning: unused variable `_17013' /home/eu/source/intobj/coverage.c: In function `_51excluded': /home/eu/source/intobj/coverage.c:1553: warning: unused variable `_1' /home/eu/source/intobj/coverage.c: In function `_51coverage_exclude': /home/eu/source/intobj/coverage.c:1666: warning: unused variable `_new_inlined_new_at_26_29851' /home/eu/source/intobj/coverage.c: In function `_51include_line': /home/eu/source/intobj/coverage.c:2056: warning: unused variable `_0' /home/eu/source/intobj/coverage.c:2056: warning: unused variable `_1' /home/eu/source/intobj/coverage.c: In function `_51include_routine': /home/eu/source/intobj/coverage.c:2118: warning: unused variable `_0' /home/eu/source/intobj/coverage.c:2118: warning: unused variable `_1' /home/eu/source/intobj/coverage.c: In function `_51process_lines': /home/eu/source/intobj/coverage.c:2211: warning: unused variable `_17060' /home/eu/source/intobj/coverage.c:2226: warning: unused variable `_1' /home/eu/source/intobj/coverage.c: In function `_51cover_routine': /home/eu/source/intobj/coverage.c:2577: warning: unused variable `_0' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/datetime.c -I/usr/share/euphoria -o/home/eu/source/intobj/datetime.o /home/eu/source/intobj/datetime.c: In function `_20isLeap': /home/eu/source/intobj/datetime.c:23: warning: unused variable `_0' /home/eu/source/intobj/datetime.c: In function `_20daysInMonth': /home/eu/source/intobj/datetime.c:174: warning: unused variable `_2932' /home/eu/source/intobj/datetime.c:176: warning: unused variable `_0' /home/eu/source/intobj/datetime.c: In function `_20julianDayOfYear': /home/eu/source/intobj/datetime.c:301: warning: unused variable `_2953' /home/eu/source/intobj/datetime.c: In function `_20julianDay': /home/eu/source/intobj/datetime.c:554: warning: unused variable `_0' /home/eu/source/intobj/datetime.c: In function `_20datetimeToSeconds': /home/eu/source/intobj/datetime.c:798: warning: unused variable `_0' /home/eu/source/intobj/datetime.c:798: warning: unused variable `_1' /home/eu/source/intobj/datetime.c: In function `_20from_date': /home/eu/source/intobj/datetime.c:906: warning: unused variable `_0' /home/eu/source/intobj/datetime.c: In function `_20new': /home/eu/source/intobj/datetime.c:971: warning: unused variable `_0' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/dll.c -I/usr/share/euphoria -o/home/eu/source/intobj/dll.o /home/eu/source/intobj/dll.c: In function `_6open_dll': /home/eu/source/intobj/dll.c:15: warning: unused variable `_1014' /home/eu/source/intobj/dll.c:18: warning: unused variable `_0' /home/eu/source/intobj/dll.c:18: warning: unused variable `_1' /home/eu/source/intobj/dll.c: In function `_6define_c_func': /home/eu/source/intobj/dll.c:174: warning: unused variable `_1031' /home/eu/source/intobj/dll.c:176: warning: unused variable `_0' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/eds.c -I/usr/share/euphoria -o/home/eu/source/intobj/eds.o /home/eu/source/intobj/eds.c: In function `_28fatal': /home/eu/source/intobj/eds.c:13: warning: unused variable `_0' /home/eu/source/intobj/eds.c: In function `_28get4': /home/eu/source/intobj/eds.c:72: warning: unused variable `_0' /home/eu/source/intobj/eds.c:72: warning: unused variable `_1' /home/eu/source/intobj/eds.c:72: warning: unused variable `_2' /home/eu/source/intobj/eds.c: In function `_28get_string': /home/eu/source/intobj/eds.c:209: warning: unused variable `_0' /home/eu/source/intobj/eds.c: In function `_28equal_string': /home/eu/source/intobj/eds.c:371: warning: unused variable `_0' /home/eu/source/intobj/eds.c: In function `_28compress': /home/eu/source/intobj/eds.c:1308: warning: unused variable `_atom_to_float32_inlined_atom_to_float32_at_178_10611' /home/eu/source/intobj/eds.c:1336: warning: unused variable `_5757' /home/eu/source/intobj/eds.c:1343: warning: unused variable `_5750' /home/eu/source/intobj/eds.c:1348: warning: unused variable `_5745' /home/eu/source/intobj/eds.c: In function `_28safe_seek': /home/eu/source/intobj/eds.c:2065: warning: unused variable `_0' /home/eu/source/intobj/eds.c: In function `_28db_allocate': /home/eu/source/intobj/eds.c:2180: warning: unused variable `_seek_inlined_seek_at_2_11003' /home/eu/source/intobj/eds.c:2182: warning: unused variable `_seek_inlined_seek_at_35_11010' /home/eu/source/intobj/eds.c:2184: warning: unused variable `_seek_inlined_seek_at_105_11027' /home/eu/source/intobj/eds.c:2189: warning: unused variable `_seek_inlined_seek_at_153_11035' /home/eu/source/intobj/eds.c:2193: warning: unused variable `_seek_inlined_seek_at_222_11048' /home/eu/source/intobj/eds.c:2198: warning: unused variable `_seek_inlined_seek_at_301_11063' /home/eu/source/intobj/eds.c:2201: warning: unused variable `_seek_inlined_seek_at_328_11067' /home/eu/source/intobj/eds.c:2205: warning: unused variable `_seek_inlined_seek_at_379_11076' /home/eu/source/intobj/eds.c:2209: warning: unused variable `_seek_inlined_seek_at_438_11082' /home/eu/source/intobj/eds.c: In function `_28db_free': /home/eu/source/intobj/eds.c:3267: warning: unused variable `_seek_inlined_seek_at_9_11108' /home/eu/source/intobj/eds.c:3270: warning: unused variable `_seek_inlined_seek_at_29_11112' /home/eu/source/intobj/eds.c:3272: warning: unused variable `_seek_inlined_seek_at_63_11119' /home/eu/source/intobj/eds.c:3275: warning: unused variable `_seek_inlined_seek_at_125_11132' /home/eu/source/intobj/eds.c:3277: warning: unused variable `_seek_inlined_seek_at_147_11136' /home/eu/source/intobj/eds.c:3280: warning: unused variable `_seek_inlined_seek_at_184_11141' /home/eu/source/intobj/eds.c:3282: warning: unused variable `_seek_inlined_seek_at_212_11146' /home/eu/source/intobj/eds.c:3285: warning: unused variable `_seek_inlined_seek_at_269_11155' /home/eu/source/intobj/eds.c:3287: warning: unused variable `_seek_inlined_seek_at_400_11176' /home/eu/source/intobj/eds.c:3292: warning: unused variable `_seek_inlined_seek_at_485_11192' /home/eu/source/intobj/eds.c:3295: warning: unused variable `_seek_inlined_seek_at_532_11202' /home/eu/source/intobj/eds.c:3298: warning: unused variable `_seek_inlined_seek_at_565_11207' /home/eu/source/intobj/eds.c:3303: warning: unused variable `_seek_inlined_seek_at_677_11226' /home/eu/source/intobj/eds.c:3309: warning: unused variable `_seek_inlined_seek_at_763_11240' /home/eu/source/intobj/eds.c:3312: warning: unused variable `_seek_inlined_seek_at_805_11248' /home/eu/source/intobj/eds.c:3315: warning: unused variable `_seek_inlined_seek_at_857_11257' /home/eu/source/intobj/eds.c:3336: warning: unused variable `_6023' /home/eu/source/intobj/eds.c:3352: warning: unused variable `_6007' /home/eu/source/intobj/eds.c:3360: warning: unused variable `_5999' /home/eu/source/intobj/eds.c: In function `_28save_keys': /home/eu/source/intobj/eds.c:5342: warning: unused variable `_0' /home/eu/source/intobj/eds.c: In function `_28db_select': /home/eu/source/intobj/eds.c:6619: warning: unused variable `_0' /home/eu/source/intobj/eds.c: In function `_28db_close': /home/eu/source/intobj/eds.c:6788: warning: unused variable `_0' /home/eu/source/intobj/eds.c: In function `_28table_find': /home/eu/source/intobj/eds.c:7098: warning: unused variable `_seek_inlined_seek_at_28_11445' /home/eu/source/intobj/eds.c:7100: warning: unused variable `_seek_inlined_seek_at_66_11453' /home/eu/source/intobj/eds.c:7102: warning: unused variable `_seek_inlined_seek_at_86_11457' /home/eu/source/intobj/eds.c: In function `_28db_select_table': /home/eu/source/intobj/eds.c:7375: warning: unused variable `_seek_inlined_seek_at_106_11490' /home/eu/source/intobj/eds.c:7378: warning: unused variable `_seek_inlined_seek_at_162_11500' /home/eu/source/intobj/eds.c:7380: warning: unused variable `_seek_inlined_seek_at_187_11505' /home/eu/source/intobj/eds.c: In function `_28db_create_table': /home/eu/source/intobj/eds.c:7858: warning: unused variable `_seek_inlined_seek_at_49_11538' /home/eu/source/intobj/eds.c:7860: warning: unused variable `_seek_inlined_seek_at_76_11544' /home/eu/source/intobj/eds.c:7864: warning: unused variable `_seek_inlined_seek_at_167_11562' /home/eu/source/intobj/eds.c:7867: warning: unused variable `_seek_inlined_seek_at_206_11570' /home/eu/source/intobj/eds.c:7871: warning: unused variable `_seek_inlined_seek_at_277_11581' /home/eu/source/intobj/eds.c:7874: warning: unused variable `_seek_inlined_seek_at_322_11587' /home/eu/source/intobj/eds.c:7882: warning: unused variable `_seek_inlined_seek_at_537_11620' /home/eu/source/intobj/eds.c: In function `_28db_table_list': /home/eu/source/intobj/eds.c:9202: warning: unused variable `_seek_inlined_seek_at_100_11882' /home/eu/source/intobj/eds.c:9204: warning: unused variable `_seek_inlined_seek_at_80_11878' /home/eu/source/intobj/eds.c:9207: warning: unused variable `_seek_inlined_seek_at_26_11866' /home/eu/source/intobj/eds.c: In function `_28key_value': /home/eu/source/intobj/eds.c:9500: warning: unused variable `_seek_inlined_seek_at_9_11892' /home/eu/source/intobj/eds.c:9504: warning: unused variable `_0' /home/eu/source/intobj/eds.c: In function `_28db_find_key': /home/eu/source/intobj/eds.c:9589: warning: unused variable `_0' /home/eu/source/intobj/eds.c: In function `_28db_insert': /home/eu/source/intobj/eds.c:9904: warning: unused variable `_seek_inlined_seek_at_118_12013' /home/eu/source/intobj/eds.c:9907: warning: unused variable `_seek_inlined_seek_at_156_12021' /home/eu/source/intobj/eds.c:9911: warning: unused variable `_seek_inlined_seek_at_273_12040' /home/eu/source/intobj/eds.c:9914: warning: unused variable `_seek_inlined_seek_at_293_12044' /home/eu/source/intobj/eds.c:9917: warning: unused variable `_seek_inlined_seek_at_398_12063' /home/eu/source/intobj/eds.c:9922: warning: unused variable `_seek_inlined_seek_at_470_12075' /home/eu/source/intobj/eds.c:9925: warning: unused variable `_seek_inlined_seek_at_520_12083' /home/eu/source/intobj/eds.c:9928: warning: unused variable `_seek_inlined_seek_at_620_12106' /home/eu/source/intobj/eds.c:9932: warning: unused variable `_seek_inlined_seek_at_696_12118' /home/eu/source/intobj/eds.c:9936: warning: unused variable `_seek_inlined_seek_at_747_12127' /home/eu/source/intobj/eds.c:9939: warning: unused variable `_seek_inlined_seek_at_794_12137' /home/eu/source/intobj/eds.c:9944: warning: unused variable `_seek_inlined_seek_at_872_12147' /home/eu/source/intobj/eds.c:9948: warning: unused variable `_seek_inlined_seek_at_922_12155' /home/eu/source/intobj/eds.c:9952: warning: unused variable `_seek_inlined_seek_at_1047_12178' /home/eu/source/intobj/eds.c: In function `_28db_replace_recid': /home/eu/source/intobj/eds.c:12212: warning: unused variable `_seek_inlined_seek_at_4_12320' /home/eu/source/intobj/eds.c:12214: warning: unused variable `_seek_inlined_seek_at_31_12326' /home/eu/source/intobj/eds.c:12217: warning: unused variable `_seek_inlined_seek_at_90_12338' /home/eu/source/intobj/eds.c:12219: warning: unused variable `_seek_inlined_seek_at_123_12344' /home/eu/source/intobj/eds.c:12222: warning: unused variable `_seek_inlined_seek_at_160_12349' /home/eu/source/intobj/eds.c:12229: warning: unused variable `_6501' /home/eu/source/intobj/eds.c: In function `_28db_replace_data': /home/eu/source/intobj/eds.c:12605: warning: unused variable `_0' /home/eu/source/intobj/eds.c: In function `_28db_table_size': /home/eu/source/intobj/eds.c:12824: warning: unused variable `_0' /home/eu/source/intobj/eds.c: In function `_28db_record_data': /home/eu/source/intobj/eds.c:12940: warning: unused variable `_seek_inlined_seek_at_137_12421' /home/eu/source/intobj/eds.c: In function `_28db_fetch_record': /home/eu/source/intobj/eds.c:13246: warning: unused variable `_0' /home/eu/source/intobj/eds.c:13246: warning: unused variable `_2' /home/eu/source/intobj/eds.c: In function `_28db_record_key': /home/eu/source/intobj/eds.c:13327: warning: unused variable `_0' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/emit.c -I/usr/share/euphoria -o/home/eu/source/intobj/emit.o /home/eu/source/intobj/emit.c: In function `_34Push': /home/eu/source/intobj/emit.c:12: warning: unused variable `_0' /home/eu/source/intobj/emit.c: In function `_34Top': /home/eu/source/intobj/emit.c:79: warning: unused variable `_0' /home/eu/source/intobj/emit.c:79: warning: unused variable `_1' /home/eu/source/intobj/emit.c: In function `_34Pop': /home/eu/source/intobj/emit.c:115: warning: unused variable `_0' /home/eu/source/intobj/emit.c: In function `_34TempKeep': /home/eu/source/intobj/emit.c:247: warning: unused variable `_27303' /home/eu/source/intobj/emit.c:249: warning: unused variable `_0' /home/eu/source/intobj/emit.c: In function `_34TempFree': /home/eu/source/intobj/emit.c:341: warning: unused variable `_0' /home/eu/source/intobj/emit.c: In function `_34TempInteger': /home/eu/source/intobj/emit.c:419: warning: unused variable `_27316' /home/eu/source/intobj/emit.c:421: warning: unused variable `_0' /home/eu/source/intobj/emit.c: In function `_34LexName': /home/eu/source/intobj/emit.c:522: warning: unused variable `_0' /home/eu/source/intobj/emit.c: In function `_34IsInteger': /home/eu/source/intobj/emit.c:651: warning: unused variable `_27344' /home/eu/source/intobj/emit.c:662: warning: unused variable `_0' /home/eu/source/intobj/emit.c: In function `_34emit_opnd': /home/eu/source/intobj/emit.c:948: warning: unused variable `_0' /home/eu/source/intobj/emit.c:948: warning: unused variable `_2' /home/eu/source/intobj/emit.c: In function `_34emit_addr': /home/eu/source/intobj/emit.c:983: warning: unused variable `_0' /home/eu/source/intobj/emit.c:983: warning: unused variable `_1' /home/eu/source/intobj/emit.c:983: warning: unused variable `_2' /home/eu/source/intobj/emit.c: In function `_34emit_temp': /home/eu/source/intobj/emit.c:1015: warning: unused variable `_27370' /home/eu/source/intobj/emit.c:1027: warning: unused variable `_0' /home/eu/source/intobj/emit.c: In function `_34flush_temps': /home/eu/source/intobj/emit.c:1278: warning: unused variable `_0' /home/eu/source/intobj/emit.c:1278: warning: unused variable `_1' /home/eu/source/intobj/emit.c: In function `_34flush_temp': /home/eu/source/intobj/emit.c:1632: warning: unused variable `_0' /home/eu/source/intobj/emit.c:1632: warning: unused variable `_2' /home/eu/source/intobj/emit.c: In function `_34check_for_temps': /home/eu/source/intobj/emit.c:1730: warning: unused variable `_0' /home/eu/source/intobj/emit.c:1730: warning: unused variable `_1' /home/eu/source/intobj/emit.c: In function `_34clear_temp': /home/eu/source/intobj/emit.c:1821: warning: unused variable `_0' /home/eu/source/intobj/emit.c:1821: warning: unused variable `_2' /home/eu/source/intobj/emit.c: In function `_34pop_temps': /home/eu/source/intobj/emit.c:1935: warning: unused variable `_0' /home/eu/source/intobj/emit.c: In function `_34push_temps': /home/eu/source/intobj/emit.c:2001: warning: unused variable `_0' /home/eu/source/intobj/emit.c:2001: warning: unused variable `_1' /home/eu/source/intobj/emit.c: In function `_34backpatch': /home/eu/source/intobj/emit.c:2063: warning: unused variable `_0' /home/eu/source/intobj/emit.c: In function `_34cont11ii': /home/eu/source/intobj/emit.c:2120: warning: unused variable `_0' /home/eu/source/intobj/emit.c: In function `_34cont21d': /home/eu/source/intobj/emit.c:2308: warning: unused variable `_0' /home/eu/source/intobj/emit.c: In function `_34cont21ii': /home/eu/source/intobj/emit.c:2490: warning: unused variable `_0' /home/eu/source/intobj/emit.c:2490: warning: unused variable `_2' /home/eu/source/intobj/emit.c: In function `_34good_string': /home/eu/source/intobj/emit.c:2598: warning: unused variable `_27440' /home/eu/source/intobj/emit.c:2611: warning: unused variable `_27427' /home/eu/source/intobj/emit.c:2612: warning: unused variable `_0' /home/eu/source/intobj/emit.c:2612: warning: unused variable `_1' /home/eu/source/intobj/emit.c: In function `_34Last_op': /home/eu/source/intobj/emit.c:2919: warning: unused variable `_0' /home/eu/source/intobj/emit.c:2919: warning: unused variable `_1' /home/eu/source/intobj/emit.c:2919: warning: unused variable `_2' /home/eu/source/intobj/emit.c: In function `_34Last_pc': /home/eu/source/intobj/emit.c:2936: warning: unused variable `_0' /home/eu/source/intobj/emit.c:2936: warning: unused variable `_1' /home/eu/source/intobj/emit.c:2936: warning: unused variable `_2' /home/eu/source/intobj/emit.c: In function `_34clear_last': /home/eu/source/intobj/emit.c:2953: warning: unused variable `_0' /home/eu/source/intobj/emit.c:2953: warning: unused variable `_1' /home/eu/source/intobj/emit.c:2953: warning: unused variable `_2' /home/eu/source/intobj/emit.c: In function `_34clear_op': /home/eu/source/intobj/emit.c:2979: warning: unused variable `_0' /home/eu/source/intobj/emit.c:2979: warning: unused variable `_1' /home/eu/source/intobj/emit.c:2979: warning: unused variable `_2' /home/eu/source/intobj/emit.c: In function `_34inlined_function': /home/eu/source/intobj/emit.c:3005: warning: unused variable `_0' /home/eu/source/intobj/emit.c:3005: warning: unused variable `_1' /home/eu/source/intobj/emit.c:3005: warning: unused variable `_2' /home/eu/source/intobj/emit.c: In function `_34add_inline_target': /home/eu/source/intobj/emit.c:3037: warning: unused variable `_0' /home/eu/source/intobj/emit.c:3037: warning: unused variable `_2' /home/eu/source/intobj/emit.c: In function `_34clear_inline_targets': /home/eu/source/intobj/emit.c:3067: warning: unused variable `_0' /home/eu/source/intobj/emit.c:3067: warning: unused variable `_1' /home/eu/source/intobj/emit.c:3067: warning: unused variable `_2' /home/eu/source/intobj/emit.c: In function `_34emit_inline': /home/eu/source/intobj/emit.c:3092: warning: unused variable `_0' /home/eu/source/intobj/emit.c:3092: warning: unused variable `_1' /home/eu/source/intobj/emit.c:3092: warning: unused variable `_2' /home/eu/source/intobj/emit.c: In function `_34emit_op': /home/eu/source/intobj/emit.c:3187: warning: unused variable `_host_platform_inlined_host_platform_at_8448_48155' /home/eu/source/intobj/emit.c:3196: warning: unused variable `_28090' /home/eu/source/intobj/emit.c:3210: warning: unused variable `_28076' /home/eu/source/intobj/emit.c:3219: warning: unused variable `_28067' /home/eu/source/intobj/emit.c:3235: warning: unused variable `_28051' /home/eu/source/intobj/emit.c:3299: warning: unused variable `_27985' /home/eu/source/intobj/emit.c:3373: warning: unused variable `_27908' /home/eu/source/intobj/emit.c:3384: warning: unused variable `_27897' /home/eu/source/intobj/emit.c:3391: warning: unused variable `_27890' /home/eu/source/intobj/emit.c:3404: warning: unused variable `_27877' /home/eu/source/intobj/emit.c:3411: warning: unused variable `_27870' /home/eu/source/intobj/emit.c:3446: warning: unused variable `_27831' /home/eu/source/intobj/emit.c:3454: warning: unused variable `_27823' /home/eu/source/intobj/emit.c:3503: warning: unused variable `_27773' /home/eu/source/intobj/emit.c:3599: warning: unused variable `_27677' /home/eu/source/intobj/emit.c:3628: warning: unused variable `_27648' /home/eu/source/intobj/emit.c:3650: warning: unused variable `_27626' /home/eu/source/intobj/emit.c:3706: warning: unused variable `_27570' /home/eu/source/intobj/emit.c:3739: warning: unused variable `_27537' /home/eu/source/intobj/emit.c:3766: warning: unused variable `_27510' /home/eu/source/intobj/emit.c:3775: warning: unused variable `_27501' /home/eu/source/intobj/emit.c:3785: warning: unused variable `_27491' /home/eu/source/intobj/emit.c: In function `_34emit_assign_op': /home/eu/source/intobj/emit.c:14624: warning: unused variable `_0' /home/eu/source/intobj/emit.c:14624: warning: unused variable `_1' /home/eu/source/intobj/emit.c:14624: warning: unused variable `_2' /home/eu/source/intobj/emit.c: In function `_34StartSourceLine': /home/eu/source/intobj/emit.c:14725: warning: unused variable `_28115' /home/eu/source/intobj/emit.c:14736: warning: unused variable `_0' /home/eu/source/intobj/emit.c: In function `_34has_forward_params': /home/eu/source/intobj/emit.c:15048: warning: unused variable `_1' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/error.c -I/usr/share/euphoria -o/home/eu/source/intobj/error.o /home/eu/source/intobj/error.c: In function `_49Warning': /home/eu/source/intobj/error.c:25: warning: unused variable `_17095' /home/eu/source/intobj/error.c: In function `_49ShowWarnings': /home/eu/source/intobj/error.c:395: warning: unused variable `_0' /home/eu/source/intobj/error.c: In function `_49ShowDefines': /home/eu/source/intobj/error.c:741: warning: unused variable `_c_30096' /home/eu/source/intobj/error.c:753: warning: unused variable `_0' /home/eu/source/intobj/error.c: In function `_49Cleanup': /home/eu/source/intobj/error.c:882: warning: unused variable `_17170' /home/eu/source/intobj/error.c:889: warning: unused variable `_0' /home/eu/source/intobj/error.c:889: warning: unused variable `_2' /home/eu/source/intobj/error.c: In function `_49OpenErrFile': /home/eu/source/intobj/error.c:1103: warning: unused variable `_0' /home/eu/source/intobj/error.c: In function `_49ShowErr': /home/eu/source/intobj/error.c:1200: warning: unused variable `_1' /home/eu/source/intobj/error.c: In function `_49CompileErr': /home/eu/source/intobj/error.c:1413: warning: unused variable `_17204' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/eumem.c -I/usr/share/euphoria -o/home/eu/source/intobj/eumem.o /home/eu/source/intobj/eumem.c: In function `_26malloc': /home/eu/source/intobj/eumem.c:76: warning: assignment makes integer from pointer without a cast /home/eu/source/intobj/eumem.c:78: warning: assignment makes integer from pointer without a cast /home/eu/source/intobj/eumem.c:85: warning: assignment makes integer from pointer without a cast /home/eu/source/intobj/eumem.c:177: warning: assignment makes integer from pointer without a cast /home/eu/source/intobj/eumem.c:179: warning: assignment makes integer from pointer without a cast /home/eu/source/intobj/eumem.c:186: warning: assignment makes integer from pointer without a cast /home/eu/source/intobj/eumem.c:17: warning: unused variable `_0' /home/eu/source/intobj/eumem.c: In function `_26free': /home/eu/source/intobj/eumem.c:239: warning: unused variable `_0' /home/eu/source/intobj/eumem.c: In function `_26valid': /home/eu/source/intobj/eumem.c:343: warning: unused variable `_0' /home/eu/source/intobj/eumem.c:343: warning: unused variable `_1' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/filesys.c -I/usr/share/euphoria -o/home/eu/source/intobj/filesys.o /home/eu/source/intobj/filesys.c: In function `_5dir': /home/eu/source/intobj/filesys.c:36: warning: unused variable `_0' /home/eu/source/intobj/filesys.c: In function `_5delete_file': /home/eu/source/intobj/filesys.c:382: warning: unused variable `_0' /home/eu/source/intobj/filesys.c: In function `_5curdir': /home/eu/source/intobj/filesys.c:445: warning: unused variable `_current_dir_inlined_current_dir_at_6_9325' /home/eu/source/intobj/filesys.c:450: warning: unused variable `_0' /home/eu/source/intobj/filesys.c:450: warning: unused variable `_1' /home/eu/source/intobj/filesys.c: In function `_5pathinfo': /home/eu/source/intobj/filesys.c:536: warning: unused variable `_5106' /home/eu/source/intobj/filesys.c: In function `_5dirname': /home/eu/source/intobj/filesys.c:922: warning: unused variable `_0' /home/eu/source/intobj/filesys.c:922: warning: unused variable `_1' /home/eu/source/intobj/filesys.c: In function `_5absolute_path': /home/eu/source/intobj/filesys.c:967: warning: unused variable `_0' /home/eu/source/intobj/filesys.c:967: warning: unused variable `_1' /home/eu/source/intobj/filesys.c: In function `_5canonical_path': /home/eu/source/intobj/filesys.c:1088: warning: unused variable `_5192' /home/eu/source/intobj/filesys.c:1113: warning: unused variable `_0' /home/eu/source/intobj/filesys.c:1113: warning: unused variable `_1' /home/eu/source/intobj/filesys.c: In function `_5file_type': /home/eu/source/intobj/filesys.c:2220: warning: unused variable `_1' /home/eu/source/intobj/filesys.c: In function `_5file_timestamp': /home/eu/source/intobj/filesys.c:2557: warning: unused variable `_0' /home/eu/source/intobj/filesys.c:2557: warning: unused variable `_1' /home/eu/source/intobj/filesys.c: In function `_5count_files': /home/eu/source/intobj/filesys.c:3454: warning: unused variable `_fileext_inlined_fileext_at_212_10188' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/fwdref.c -I/usr/share/euphoria -o/home/eu/source/intobj/fwdref.o /home/eu/source/intobj/fwdref.c: In function `_54clear_fwd_refs': /home/eu/source/intobj/fwdref.c:7: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c:7: warning: unused variable `_1' /home/eu/source/intobj/fwdref.c:7: warning: unused variable `_2' /home/eu/source/intobj/fwdref.c: In function `_54get_fwdref_count': /home/eu/source/intobj/fwdref.c:28: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c:28: warning: unused variable `_1' /home/eu/source/intobj/fwdref.c:28: warning: unused variable `_2' /home/eu/source/intobj/fwdref.c: In function `_54set_glabel_block': /home/eu/source/intobj/fwdref.c:49: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c: In function `_54insert_code': /home/eu/source/intobj/fwdref.c:122: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c:122: warning: unused variable `_2' /home/eu/source/intobj/fwdref.c: In function `_54replace_code': /home/eu/source/intobj/fwdref.c:214: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c:214: warning: unused variable `_2' /home/eu/source/intobj/fwdref.c: In function `_54resolved_reference': /home/eu/source/intobj/fwdref.c:274: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c: In function `_54set_code': /home/eu/source/intobj/fwdref.c:414: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c: In function `_54reset_code': /home/eu/source/intobj/fwdref.c:541: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c: In function `_54set_data': /home/eu/source/intobj/fwdref.c:650: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c: In function `_54add_data': /home/eu/source/intobj/fwdref.c:700: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c: In function `_54set_line': /home/eu/source/intobj/fwdref.c:770: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c: In function `_54add_private_symbol': /home/eu/source/intobj/fwdref.c:873: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c:873: warning: unused variable `_2' /home/eu/source/intobj/fwdref.c: In function `_54patch_forward_goto': /home/eu/source/intobj/fwdref.c:928: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c: In function `_54patch_forward_call': /home/eu/source/intobj/fwdref.c:1137: warning: unused variable `_15186' /home/eu/source/intobj/fwdref.c: In function `_54set_error_info': /home/eu/source/intobj/fwdref.c:2163: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c:2163: warning: unused variable `_1' /home/eu/source/intobj/fwdref.c: In function `_54patch_forward_variable': /home/eu/source/intobj/fwdref.c:2251: warning: unused variable `_15256' /home/eu/source/intobj/fwdref.c:2256: warning: unused variable `_15251' /home/eu/source/intobj/fwdref.c:2263: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c: In function `_54patch_forward_init_check': /home/eu/source/intobj/fwdref.c:2673: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c: In function `_54expected_name': /home/eu/source/intobj/fwdref.c:2758: warning: unused variable `_2' /home/eu/source/intobj/fwdref.c: In function `_54patch_forward_type': /home/eu/source/intobj/fwdref.c:2858: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c: In function `_54patch_forward_case': /home/eu/source/intobj/fwdref.c:3045: warning: unused variable `_15313' /home/eu/source/intobj/fwdref.c:3059: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c: In function `_54patch_forward_type_check': /home/eu/source/intobj/fwdref.c:3510: warning: unused variable `_15396' /home/eu/source/intobj/fwdref.c:3571: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c: In function `_54prep_forward_error': /home/eu/source/intobj/fwdref.c:4418: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c:4418: warning: unused variable `_1' /home/eu/source/intobj/fwdref.c: In function `_54forward_error': /home/eu/source/intobj/fwdref.c:4498: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c: In function `_54find_reference': /home/eu/source/intobj/fwdref.c:4575: warning: unused variable `_1' /home/eu/source/intobj/fwdref.c: In function `_54register_forward_type': /home/eu/source/intobj/fwdref.c:4749: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c: In function `_54new_forward_reference': /home/eu/source/intobj/fwdref.c:4873: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c: In function `_54Resolve_forward_references': /home/eu/source/intobj/fwdref.c:5435: warning: unused variable `_15541' /home/eu/source/intobj/fwdref.c:5451: warning: unused variable `_15521' /home/eu/source/intobj/fwdref.c:5465: warning: unused variable `_15504' /home/eu/source/intobj/fwdref.c: In function `_54might_be_fwdref': /home/eu/source/intobj/fwdref.c:6429: warning: unused variable `_0' /home/eu/source/intobj/fwdref.c:6429: warning: unused variable `_1' /home/eu/source/intobj/fwdref.c:6429: warning: unused variable `_2' /home/eu/source/intobj/fwdref.c: In function `_54shift_fwd_refs': /home/eu/source/intobj/fwdref.c:6470: warning: unused variable `_0' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/get.c -I/usr/share/euphoria -o/home/eu/source/intobj/get.o /home/eu/source/intobj/get.c: In function `_21get_ch': /home/eu/source/intobj/get.c:15: warning: unused variable `_0' /home/eu/source/intobj/get.c:15: warning: unused variable `_1' /home/eu/source/intobj/get.c: In function `_21escape_char': /home/eu/source/intobj/get.c:125: warning: unused variable `_0' /home/eu/source/intobj/get.c:125: warning: unused variable `_1' /home/eu/source/intobj/get.c: In function `_21get_qchar': /home/eu/source/intobj/get.c:188: warning: unused variable `_0' /home/eu/source/intobj/get.c: In function `_21read_comment': /home/eu/source/intobj/get.c:549: warning: unused variable `_2650' /home/eu/source/intobj/get.c:554: warning: unused variable `_0' /home/eu/source/intobj/get.c: In function `_21get_number': /home/eu/source/intobj/get.c:825: warning: unused variable `_2707' /home/eu/source/intobj/get.c:829: warning: unused variable `_2703' /home/eu/source/intobj/get.c:845: warning: unused variable `_2687' /home/eu/source/intobj/get.c:853: warning: unused variable `_2679' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/info.c -I/usr/share/euphoria -o/home/eu/source/intobj/info.o /home/eu/source/intobj/info.c: In function `_43version': /home/eu/source/intobj/info.c:14: warning: unused variable `_0' /home/eu/source/intobj/info.c:14: warning: unused variable `_1' /home/eu/source/intobj/info.c: In function `_43euphoria_copyright': /home/eu/source/intobj/info.c:91: warning: unused variable `_0' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/init-.c -I/usr/share/euphoria -o/home/eu/source/intobj/init-.o /home/eu/source/intobj/init-.c:4760: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4761: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4762: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4763: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4764: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4765: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4770: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4772: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4773: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4774: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4777: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4778: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4779: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4780: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4781: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4782: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4783: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4784: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4785: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4786: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4787: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4788: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4789: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4790: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4791: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4792: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4793: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4794: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4795: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4796: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4797: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4798: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4799: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4800: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4801: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4802: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4803: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4804: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4805: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4806: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4807: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4808: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4809: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4810: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4811: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4812: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4813: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4814: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4815: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4816: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4817: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4818: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4819: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4820: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4821: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4822: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4823: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4824: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4825: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4826: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4827: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4828: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4829: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4830: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4831: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4832: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4833: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4834: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4835: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4836: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4837: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4838: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4839: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4840: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4841: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4842: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4843: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4844: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4845: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4846: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4847: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4848: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4849: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4850: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4851: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4852: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4853: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4854: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4855: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4856: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4857: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4858: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4859: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4860: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4861: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4862: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4863: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4864: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4865: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4866: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4867: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4868: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4869: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4870: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4871: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4872: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4873: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4874: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4875: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4876: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4877: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4878: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4879: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4880: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4881: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4882: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4883: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4884: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4885: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4886: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4887: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4888: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4889: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4890: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4891: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4892: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4893: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4894: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4895: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4896: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4897: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4898: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4899: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4900: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4901: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4902: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4903: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4904: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4905: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4906: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4907: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4908: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4909: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4910: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4911: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4912: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4913: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4914: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4915: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4916: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4917: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4918: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4919: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4920: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4921: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4922: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4923: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4924: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4925: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4926: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4927: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4928: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4929: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4930: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4931: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4932: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4933: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4934: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4935: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4936: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4937: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c:4938: warning: initialization from incompatible pointer type /home/eu/source/intobj/init-.c: In function `init_literal': /home/eu/source/intobj/init-.c:5008: warning: implicit declaration of function `setran' /home/eu/source/intobj/init-.c:7744: warning: implicit declaration of function `init_literal0' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/init-0.c -I/usr/share/euphoria -o/home/eu/source/intobj/init-0.o /home/eu/source/intobj/init-0.c:6: warning: return type defaults to `int' /home/eu/source/intobj/init-0.c: In function `init_literal0': /home/eu/source/intobj/init-0.c:631: warning: control reaches end of non-void function gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/inline.c -I/usr/share/euphoria -o/home/eu/source/intobj/inline.o /home/eu/source/intobj/inline.c: In function `_56advance': /home/eu/source/intobj/inline.c:11: warning: unused variable `_1' /home/eu/source/intobj/inline.c:11: warning: unused variable `_2' /home/eu/source/intobj/inline.c: In function `_56shift': /home/eu/source/intobj/inline.c:90: warning: unused variable `_0' /home/eu/source/intobj/inline.c:90: warning: unused variable `_2' /home/eu/source/intobj/inline.c: In function `_56replace_code': /home/eu/source/intobj/inline.c:200: warning: unused variable `_0' /home/eu/source/intobj/inline.c:200: warning: unused variable `_2' /home/eu/source/intobj/inline.c: In function `_56defer': /home/eu/source/intobj/inline.c:291: warning: unused variable `_0' /home/eu/source/intobj/inline.c:291: warning: unused variable `_1' /home/eu/source/intobj/inline.c:291: warning: unused variable `_2' /home/eu/source/intobj/inline.c: In function `_56get_inline_temp': /home/eu/source/intobj/inline.c:339: warning: unused variable `_0' /home/eu/source/intobj/inline.c:339: warning: unused variable `_2' /home/eu/source/intobj/inline.c: In function `_56generic_symbol': /home/eu/source/intobj/inline.c:477: warning: unused variable `_0' /home/eu/source/intobj/inline.c: In function `_56adjust_symbol': /home/eu/source/intobj/inline.c:667: warning: unused variable `_0' /home/eu/source/intobj/inline.c: In function `_56check_for_param': /home/eu/source/intobj/inline.c:860: warning: unused variable `_0' /home/eu/source/intobj/inline.c: In function `_56check_target': /home/eu/source/intobj/inline.c:944: warning: unused variable `_0' /home/eu/source/intobj/inline.c:944: warning: unused variable `_1' /home/eu/source/intobj/inline.c: In function `_56adjust_il': /home/eu/source/intobj/inline.c:1089: warning: unused variable `_11757' /home/eu/source/intobj/inline.c: In function `_56is_temp': /home/eu/source/intobj/inline.c:1483: warning: unused variable `_0' /home/eu/source/intobj/inline.c:1483: warning: unused variable `_1' /home/eu/source/intobj/inline.c: In function `_56is_literal': /home/eu/source/intobj/inline.c:1581: warning: unused variable `_0' /home/eu/source/intobj/inline.c:1581: warning: unused variable `_1' /home/eu/source/intobj/inline.c: In function `_56returnf': /home/eu/source/intobj/inline.c:1783: warning: unused variable `_11817' /home/eu/source/intobj/inline.c: In function `_56inline_op': /home/eu/source/intobj/inline.c:2549: warning: unused variable `_11867' /home/eu/source/intobj/inline.c: In function `_56check_inline': /home/eu/source/intobj/inline.c:3485: warning: unused variable `_11961' /home/eu/source/intobj/inline.c:3507: warning: unused variable `_11937' /home/eu/source/intobj/inline.c: In function `_56replace_temp': /home/eu/source/intobj/inline.c:5277: warning: unused variable `_0' /home/eu/source/intobj/inline.c: In function `_56get_param_sym': /home/eu/source/intobj/inline.c:5452: warning: unused variable `_0' /home/eu/source/intobj/inline.c:5452: warning: unused variable `_1' /home/eu/source/intobj/inline.c: In function `_56get_original_sym': /home/eu/source/intobj/inline.c:5580: warning: unused variable `_0' /home/eu/source/intobj/inline.c: In function `_56fix_switch_rt': /home/eu/source/intobj/inline.c:5726: warning: unused variable `_0' /home/eu/source/intobj/inline.c: In function `_56new_inline_var': /home/eu/source/intobj/inline.c:6030: warning: unused variable `_0' /home/eu/source/intobj/inline.c: In function `_56get_inlined_code': /home/eu/source/intobj/inline.c:6738: warning: unused variable `_12178' /home/eu/source/intobj/inline.c:6767: warning: unused variable `_12149' /home/eu/source/intobj/inline.c: In function `_56defer_call': /home/eu/source/intobj/inline.c:8770: warning: unused variable `_0' /home/eu/source/intobj/inline.c: In function `_56emit_or_inline': /home/eu/source/intobj/inline.c:8846: warning: unused variable `_1' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/int.c -I/usr/share/euphoria -o/home/eu/source/intobj/int.o gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/intinit.c -I/usr/share/euphoria -o/home/eu/source/intobj/intinit.o /home/eu/source/intobj/intinit.c: In function `_62merge_maps': /home/eu/source/intobj/intinit.c:14: warning: unused variable `_0' /home/eu/source/intobj/intinit.c:14: warning: unused variable `_1' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/io.c -I/usr/share/euphoria -o/home/eu/source/intobj/io.o /home/eu/source/intobj/io.c: In function `_19get_bytes': /home/eu/source/intobj/io.c:27: warning: unused variable `_0' /home/eu/source/intobj/io.c: In function `_19get_integer32': /home/eu/source/intobj/io.c:301: warning: unused variable `_0' /home/eu/source/intobj/io.c:301: warning: unused variable `_1' /home/eu/source/intobj/io.c:301: warning: unused variable `_2' /home/eu/source/intobj/io.c: In function `_19read_lines': /home/eu/source/intobj/io.c:432: warning: unused variable `_2482' /home/eu/source/intobj/io.c:456: warning: unused variable `_0' /home/eu/source/intobj/io.c:456: warning: unused variable `_1' /home/eu/source/intobj/io.c: In function `_19write_lines': /home/eu/source/intobj/io.c:763: warning: unused variable `_0' /home/eu/source/intobj/io.c:763: warning: unused variable `_1' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/keylist.c -I/usr/share/euphoria -o/home/eu/source/intobj/keylist.o /home/eu/source/intobj/keylist.c: In function `_33find_category': /home/eu/source/intobj/keylist.c:15: warning: unused variable `_0' /home/eu/source/intobj/keylist.c: In function `_33find_token_text': /home/eu/source/intobj/keylist.c:117: warning: unused variable `_0' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/machine.c -I/usr/share/euphoria -o/home/eu/source/intobj/machine.o /home/eu/source/intobj/machine.c: In function `_8allocate': /home/eu/source/intobj/machine.c:69: warning: assignment makes integer from pointer without a cast /home/eu/source/intobj/machine.c:71: warning: assignment makes integer from pointer without a cast /home/eu/source/intobj/machine.c:82: warning: assignment makes integer from pointer without a cast /home/eu/source/intobj/machine.c:92: warning: assignment makes integer from pointer without a cast /home/eu/source/intobj/machine.c:9: warning: unused variable `_prepare_block_inlined_prepare_block_at_20_1220' /home/eu/source/intobj/machine.c:14: warning: unused variable `_0' /home/eu/source/intobj/machine.c:14: warning: unused variable `_2' /home/eu/source/intobj/machine.c: In function `_8free_pointer_array': /home/eu/source/intobj/machine.c:128: warning: unused variable `_1' /home/eu/source/intobj/machine.c:128: warning: unused variable `_2' /home/eu/source/intobj/machine.c: In function `_8allocate_string': /home/eu/source/intobj/machine.c:257: warning: unused variable `_0' /home/eu/source/intobj/machine.c: In function `_8free': /home/eu/source/intobj/machine.c:369: warning: unused variable `_0' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/main-.c -I/usr/share/euphoria -o/home/eu/source/intobj/main-.o /home/eu/source/intobj/main-.c:19: warning: return type of `main' is not `int' /home/eu/source/intobj/main-.c: In function `main': /home/eu/source/intobj/main-.c:1194: warning: assignment makes pointer from integer without a cast /home/eu/source/intobj/main-.c:1256: warning: implicit declaration of function `Dor_bits' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/main.c -I/usr/share/euphoria -o/home/eu/source/intobj/main.o /home/eu/source/intobj/main.c: In function `_64main': /home/eu/source/intobj/main.c:447: warning: unused variable `_extract_options_inlined_extract_options_at_28_49137' /home/eu/source/intobj/main.c:451: warning: unused variable `_28828' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/map.c -I/usr/share/euphoria -o/home/eu/source/intobj/map.o /home/eu/source/intobj/map.c: In function `_22map': /home/eu/source/intobj/map.c:62: warning: unused variable `_0' /home/eu/source/intobj/map.c:62: warning: unused variable `_1' /home/eu/source/intobj/map.c: In function `_22rehash': /home/eu/source/intobj/map.c:747: warning: unused variable `_calc_hash_inlined_calc_hash_at_183_7973' /home/eu/source/intobj/map.c: In function `_22new_extra': /home/eu/source/intobj/map.c:1525: warning: unused variable `_0' /home/eu/source/intobj/map.c:1525: warning: unused variable `_1' /home/eu/source/intobj/map.c:1525: warning: unused variable `_2' /home/eu/source/intobj/map.c: In function `_22has': /home/eu/source/intobj/map.c:1590: warning: unused variable `_calc_hash_inlined_calc_hash_at_30_8071' /home/eu/source/intobj/map.c:1607: warning: unused variable `_0' /home/eu/source/intobj/map.c: In function `_22get': /home/eu/source/intobj/map.c:1772: warning: unused variable `_calc_hash_inlined_calc_hash_at_30_8100' /home/eu/source/intobj/map.c:1809: warning: unused variable `_0' /home/eu/source/intobj/map.c: In function `_22put': /home/eu/source/intobj/map.c:2270: warning: unused variable `_calc_hash_inlined_calc_hash_at_34_8180' /home/eu/source/intobj/map.c: In function `_22nested_put': /home/eu/source/intobj/map.c:4434: warning: unused variable `_1' /home/eu/source/intobj/map.c: In function `_22remove': /home/eu/source/intobj/map.c:4559: warning: unused variable `_calc_hash_inlined_calc_hash_at_30_8409' /home/eu/source/intobj/map.c:4628: warning: unused variable `_0' /home/eu/source/intobj/map.c: In function `_22clear': /home/eu/source/intobj/map.c:5351: warning: unused variable `_0' /home/eu/source/intobj/map.c: In function `_22keys': /home/eu/source/intobj/map.c:5645: warning: unused variable `_0' /home/eu/source/intobj/map.c: In function `_22values': /home/eu/source/intobj/map.c:5985: warning: unused variable `_0' /home/eu/source/intobj/map.c: In function `_22pairs': /home/eu/source/intobj/map.c:6476: warning: unused variable `_0' /home/eu/source/intobj/map.c: In function `_22convert_to_large_map': /home/eu/source/intobj/map.c:6881: warning: unused variable `_0' /home/eu/source/intobj/map.c: In function `_22convert_to_small_map': /home/eu/source/intobj/map.c:7033: warning: unused variable `_0' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/math.c -I/usr/share/euphoria -o/home/eu/source/intobj/math.o /home/eu/source/intobj/math.c: In function `_13abs': /home/eu/source/intobj/math.c:18: warning: unused variable `_0' /home/eu/source/intobj/math.c: In function `_13min': /home/eu/source/intobj/math.c:218: warning: unused variable `_1' /home/eu/source/intobj/math.c: In function `_13or_all': /home/eu/source/intobj/math.c:337: warning: unused variable `_1' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/memory.c -I/usr/share/euphoria -o/home/eu/source/intobj/memory.o /home/eu/source/intobj/memory.c: In function `_12deallocate': /home/eu/source/intobj/memory.c:7: warning: unused variable `_0' /home/eu/source/intobj/memory.c:7: warning: unused variable `_1' /home/eu/source/intobj/memory.c:7: warning: unused variable `_2' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/mode.c -I/usr/share/euphoria -o/home/eu/source/intobj/mode.o /home/eu/source/intobj/mode.c: In function `_2set_mode': /home/eu/source/intobj/mode.c:11: warning: unused variable `_0' /home/eu/source/intobj/mode.c:11: warning: unused variable `_1' /home/eu/source/intobj/mode.c:11: warning: unused variable `_2' /home/eu/source/intobj/mode.c: In function `_2OutputIL': /home/eu/source/intobj/mode.c:161: warning: unused variable `_1' /home/eu/source/intobj/mode.c:161: warning: unused variable `_2' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/msgtext.c -I/usr/share/euphoria -o/home/eu/source/intobj/msgtext.o /home/eu/source/intobj/msgtext.c: In function `_50ShowMsg': /home/eu/source/intobj/msgtext.c:242: warning: unused variable `_1' /home/eu/source/intobj/msgtext.c:242: warning: unused variable `_2' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/parser.c -I/usr/share/euphoria -o/home/eu/source/intobj/parser.o /home/eu/source/intobj/parser.c: In function `_55CreateTopLevel': /home/eu/source/intobj/parser.c:25: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55CheckForUndefinedGotoLabels': /home/eu/source/intobj/parser.c:253: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55PushGoto': /home/eu/source/intobj/parser.c:380: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55PopGoto': /home/eu/source/intobj/parser.c:508: warning: unused variable `_0' /home/eu/source/intobj/parser.c:508: warning: unused variable `_1' /home/eu/source/intobj/parser.c: In function `_55EnterTopLevel': /home/eu/source/intobj/parser.c:680: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55LeaveTopLevel': /home/eu/source/intobj/parser.c:840: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55InitParser': /home/eu/source/intobj/parser.c:938: warning: unused variable `_0' /home/eu/source/intobj/parser.c:938: warning: unused variable `_1' /home/eu/source/intobj/parser.c:938: warning: unused variable `_2' /home/eu/source/intobj/parser.c: In function `_55NotReached': /home/eu/source/intobj/parser.c:1164: warning: unused variable `_12431' /home/eu/source/intobj/parser.c:1168: warning: unused variable `_12426' /home/eu/source/intobj/parser.c:1173: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55Forward_InitCheck': /home/eu/source/intobj/parser.c:1352: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55InitCheck': /home/eu/source/intobj/parser.c:1424: warning: unused variable `_12498' /home/eu/source/intobj/parser.c:1438: warning: unused variable `_12484' /home/eu/source/intobj/parser.c:1485: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55InitDelete': /home/eu/source/intobj/parser.c:2163: warning: unused variable `_12511' /home/eu/source/intobj/parser.c:2165: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55StraightenBranches': /home/eu/source/intobj/parser.c:2307: warning: unused variable `_12531' /home/eu/source/intobj/parser.c:2313: warning: unused variable `_0' /home/eu/source/intobj/parser.c:2313: warning: unused variable `_1' /home/eu/source/intobj/parser.c: In function `_55start_recording': /home/eu/source/intobj/parser.c:3269: warning: unused variable `_0' /home/eu/source/intobj/parser.c:3269: warning: unused variable `_1' /home/eu/source/intobj/parser.c:3269: warning: unused variable `_2' /home/eu/source/intobj/parser.c: In function `_55restore_parser': /home/eu/source/intobj/parser.c:3356: warning: unused variable `_0' /home/eu/source/intobj/parser.c:3356: warning: unused variable `_1' /home/eu/source/intobj/parser.c: In function `_55start_playback': /home/eu/source/intobj/parser.c:3612: warning: unused variable `_0' /home/eu/source/intobj/parser.c:3612: warning: unused variable `_1' /home/eu/source/intobj/parser.c:3612: warning: unused variable `_2' /home/eu/source/intobj/parser.c: In function `_55restore_parseargs_states': /home/eu/source/intobj/parser.c:3697: warning: unused variable `_0' /home/eu/source/intobj/parser.c:3697: warning: unused variable `_1' /home/eu/source/intobj/parser.c: In function `_55read_recorded_token': /home/eu/source/intobj/parser.c:3866: warning: unused variable `_12651' /home/eu/source/intobj/parser.c: In function `_55Expr_list': /home/eu/source/intobj/parser.c:4948: warning: unused variable `_1' /home/eu/source/intobj/parser.c: In function `_55UndefinedVar': /home/eu/source/intobj/parser.c:5302: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55WrongNumberArgs': /home/eu/source/intobj/parser.c:5547: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55MissingArgs': /home/eu/source/intobj/parser.c:5689: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55Forward_var': /home/eu/source/intobj/parser.c:7204: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55Forward_call': /home/eu/source/intobj/parser.c:7298: warning: unused variable `_1' /home/eu/source/intobj/parser.c: In function `_55Function_call': /home/eu/source/intobj/parser.c:8343: warning: unused variable `_13049' /home/eu/source/intobj/parser.c:8361: warning: unused variable `_13030' /home/eu/source/intobj/parser.c:8382: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55Factor': /home/eu/source/intobj/parser.c:8856: warning: unused variable `_13107' /home/eu/source/intobj/parser.c: In function `_55UFactor': /home/eu/source/intobj/parser.c:9690: warning: unused variable `_0' /home/eu/source/intobj/parser.c:9690: warning: unused variable `_1' /home/eu/source/intobj/parser.c: In function `_55Term': /home/eu/source/intobj/parser.c:9820: warning: unused variable `_1' /home/eu/source/intobj/parser.c: In function `_55aexpr': /home/eu/source/intobj/parser.c:9948: warning: unused variable `_1' /home/eu/source/intobj/parser.c: In function `_55cexpr': /home/eu/source/intobj/parser.c:10072: warning: unused variable `_1' /home/eu/source/intobj/parser.c: In function `_55rexpr': /home/eu/source/intobj/parser.c:10175: warning: unused variable `_13148' /home/eu/source/intobj/parser.c:10179: warning: unused variable `_1' /home/eu/source/intobj/parser.c: In function `_55Expr': /home/eu/source/intobj/parser.c:10303: warning: unused variable `_13166' /home/eu/source/intobj/parser.c:10316: warning: unused variable `_1' /home/eu/source/intobj/parser.c: In function `_55TypeCheck': /home/eu/source/intobj/parser.c:10728: warning: unused variable `_13189' /home/eu/source/intobj/parser.c:10741: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55Assignment': /home/eu/source/intobj/parser.c:11474: warning: unused variable `_13320' /home/eu/source/intobj/parser.c:11485: warning: unused variable `_13309' /home/eu/source/intobj/parser.c:11492: warning: unused variable `_13302' /home/eu/source/intobj/parser.c: In function `_55Return_statement': /home/eu/source/intobj/parser.c:12851: warning: unused variable `_13351' /home/eu/source/intobj/parser.c:12865: warning: unused variable `_13337' /home/eu/source/intobj/parser.c: In function `_55GLabel_statement': /home/eu/source/intobj/parser.c:13747: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55Exit_statement': /home/eu/source/intobj/parser.c:14348: warning: unused variable `_1' /home/eu/source/intobj/parser.c: In function `_55Continue_statement': /home/eu/source/intobj/parser.c:14552: warning: unused variable `_1' /home/eu/source/intobj/parser.c: In function `_55Retry_statement': /home/eu/source/intobj/parser.c:14851: warning: unused variable `_1' /home/eu/source/intobj/parser.c: In function `_55in_switch': /home/eu/source/intobj/parser.c:15084: warning: unused variable `_13506' /home/eu/source/intobj/parser.c:15086: warning: unused variable `_0' /home/eu/source/intobj/parser.c:15086: warning: unused variable `_1' /home/eu/source/intobj/parser.c: In function `_55Break_statement': /home/eu/source/intobj/parser.c:15167: warning: unused variable `_1' /home/eu/source/intobj/parser.c: In function `_55finish_block_header': /home/eu/source/intobj/parser.c:15360: warning: unused variable `_13572' /home/eu/source/intobj/parser.c: In function `_55exit_loop': /home/eu/source/intobj/parser.c:17109: warning: unused variable `_0' /home/eu/source/intobj/parser.c:17109: warning: unused variable `_1' /home/eu/source/intobj/parser.c:17109: warning: unused variable `_2' /home/eu/source/intobj/parser.c: In function `_55push_switch': /home/eu/source/intobj/parser.c:17222: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55pop_switch': /home/eu/source/intobj/parser.c:17278: warning: unused variable `_0' /home/eu/source/intobj/parser.c:17278: warning: unused variable `_1' /home/eu/source/intobj/parser.c: In function `_55case_else': /home/eu/source/intobj/parser.c:17635: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55Case_statement': /home/eu/source/intobj/parser.c:17787: warning: unused variable `_13721' /home/eu/source/intobj/parser.c: In function `_55Fallthru_statement': /home/eu/source/intobj/parser.c:18758: warning: unused variable `_0' /home/eu/source/intobj/parser.c:18758: warning: unused variable `_1' /home/eu/source/intobj/parser.c:18758: warning: unused variable `_2' /home/eu/source/intobj/parser.c: In function `_55update_translator_info': /home/eu/source/intobj/parser.c:18844: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55optimize_switch': /home/eu/source/intobj/parser.c:19190: warning: unused variable `_13866' /home/eu/source/intobj/parser.c:19241: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55While_statement': /home/eu/source/intobj/parser.c:20777: warning: unused variable `_1' /home/eu/source/intobj/parser.c: In function `_55Loop_statement': /home/eu/source/intobj/parser.c:21231: warning: unused variable `_t_24465' /home/eu/source/intobj/parser.c:21254: warning: unused variable `_0' /home/eu/source/intobj/parser.c:21254: warning: unused variable `_1' /home/eu/source/intobj/parser.c:21254: warning: unused variable `_2' /home/eu/source/intobj/parser.c: In function `_55Ifdef_statement': /home/eu/source/intobj/parser.c:21648: warning: unused variable `_14065' /home/eu/source/intobj/parser.c:21694: warning: unused variable `_14018' /home/eu/source/intobj/parser.c:21722: warning: unused variable `_13985' /home/eu/source/intobj/parser.c: In function `_55CompileType': /home/eu/source/intobj/parser.c:24470: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55get_assigned_sym': /home/eu/source/intobj/parser.c:24746: warning: unused variable `_0' /home/eu/source/intobj/parser.c:24746: warning: unused variable `_1' /home/eu/source/intobj/parser.c: In function `_55Assign_Constant': /home/eu/source/intobj/parser.c:24837: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55Global_declaration': /home/eu/source/intobj/parser.c:25130: warning: unused variable `_14407' /home/eu/source/intobj/parser.c:25177: warning: unused variable `_14360' /home/eu/source/intobj/parser.c:25196: warning: unused variable `_14341' /home/eu/source/intobj/parser.c:25212: warning: unused variable `_14325' /home/eu/source/intobj/parser.c:25238: warning: unused variable `_14299' /home/eu/source/intobj/parser.c:25247: warning: unused variable `_14290' /home/eu/source/intobj/parser.c:25254: warning: unused variable `_14283' /home/eu/source/intobj/parser.c:25279: warning: unused variable `_14258' /home/eu/source/intobj/parser.c:25318: warning: unused variable `_14217' /home/eu/source/intobj/parser.c: In function `_55Procedure_call': /home/eu/source/intobj/parser.c:28010: warning: unused variable `_14471' /home/eu/source/intobj/parser.c: In function `_55Print_statement': /home/eu/source/intobj/parser.c:28472: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55Entry_statement': /home/eu/source/intobj/parser.c:28571: warning: unused variable `_0' /home/eu/source/intobj/parser.c:28571: warning: unused variable `_1' /home/eu/source/intobj/parser.c: In function `_55Statement_list': /home/eu/source/intobj/parser.c:28888: warning: unused variable `_1' /home/eu/source/intobj/parser.c: In function `_55SubProg': /home/eu/source/intobj/parser.c:30121: warning: unused variable `_14779' /home/eu/source/intobj/parser.c:30181: warning: unused variable `_14719' /home/eu/source/intobj/parser.c:30203: warning: unused variable `_14697' /home/eu/source/intobj/parser.c:30214: warning: unused variable `_14686' /home/eu/source/intobj/parser.c: In function `_55InitGlobals': /home/eu/source/intobj/parser.c:33455: warning: unused variable `_0' /home/eu/source/intobj/parser.c: In function `_55SetWith': /home/eu/source/intobj/parser.c:33658: warning: unused variable `_14932' /home/eu/source/intobj/parser.c:33714: warning: unused variable `_14871' /home/eu/source/intobj/parser.c:33728: warning: unused variable `_14857' /home/eu/source/intobj/parser.c:33732: warning: unused variable `_14852' /home/eu/source/intobj/parser.c: In function `_55ExecCommand': /home/eu/source/intobj/parser.c:35443: warning: unused variable `_0' /home/eu/source/intobj/parser.c:35443: warning: unused variable `_1' /home/eu/source/intobj/parser.c:35443: warning: unused variable `_2' /home/eu/source/intobj/parser.c: In function `_55real_parser': /home/eu/source/intobj/parser.c:35565: warning: unused variable `_15037' /home/eu/source/intobj/parser.c: In function `_55parser': /home/eu/source/intobj/parser.c:37996: warning: unused variable `_0' /home/eu/source/intobj/parser.c:37996: warning: unused variable `_1' /home/eu/source/intobj/parser.c:37996: warning: unused variable `_2' /home/eu/source/intobj/parser.c: In function `_55nested_parser': /home/eu/source/intobj/parser.c:38053: warning: unused variable `_0' /home/eu/source/intobj/parser.c:38053: warning: unused variable `_1' /home/eu/source/intobj/parser.c:38053: warning: unused variable `_2' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/pathopen.c -I/usr/share/euphoria -o/home/eu/source/intobj/pathopen.o /home/eu/source/intobj/pathopen.c: In function `_36exe_path': /home/eu/source/intobj/pathopen.c:10: warning: unused variable `_1' /home/eu/source/intobj/pathopen.c: In function `_36check_cache': /home/eu/source/intobj/pathopen.c:71: warning: unused variable `_8282' /home/eu/source/intobj/pathopen.c:116: warning: unused variable `_0' /home/eu/source/intobj/pathopen.c: In function `_36get_conf_dirs': /home/eu/source/intobj/pathopen.c:625: warning: unused variable `_0' /home/eu/source/intobj/pathopen.c:625: warning: unused variable `_1' /home/eu/source/intobj/pathopen.c: In function `_36strip_file_from_path': /home/eu/source/intobj/pathopen.c:714: warning: unused variable `_0' /home/eu/source/intobj/pathopen.c:714: warning: unused variable `_1' /home/eu/source/intobj/pathopen.c: In function `_36expand_path': /home/eu/source/intobj/pathopen.c:795: warning: unused variable `_8313' /home/eu/source/intobj/pathopen.c:805: warning: unused variable `_8303' /home/eu/source/intobj/pathopen.c:810: warning: unused variable `_8298' /home/eu/source/intobj/pathopen.c:814: warning: unused variable `_0' /home/eu/source/intobj/pathopen.c:814: warning: unused variable `_1' /home/eu/source/intobj/pathopen.c: In function `_36add_include_directory': /home/eu/source/intobj/pathopen.c:1057: warning: unused variable `_1' /home/eu/source/intobj/pathopen.c:1057: warning: unused variable `_2' /home/eu/source/intobj/pathopen.c: In function `_36load_euphoria_config': /home/eu/source/intobj/pathopen.c:1156: warning: unused variable `_8361' /home/eu/source/intobj/pathopen.c: In function `_36GetDefaultArgs': /home/eu/source/intobj/pathopen.c:2159: warning: unused variable `_1' /home/eu/source/intobj/pathopen.c:2159: warning: unused variable `_2' /home/eu/source/intobj/pathopen.c: In function `_36ConfPath': /home/eu/source/intobj/pathopen.c:2416: warning: unused variable `_0' /home/eu/source/intobj/pathopen.c: In function `_36ScanPath': /home/eu/source/intobj/pathopen.c:2527: warning: unused variable `_8499' /home/eu/source/intobj/pathopen.c:2540: warning: unused variable `_8486' /home/eu/source/intobj/pathopen.c:2545: warning: unused variable `_8480' /home/eu/source/intobj/pathopen.c:2569: warning: unused variable `_0' /home/eu/source/intobj/pathopen.c: In function `_36Include_paths': /home/eu/source/intobj/pathopen.c:3306: warning: unused variable `_8543' /home/eu/source/intobj/pathopen.c:3315: warning: unused variable `_8534' /home/eu/source/intobj/pathopen.c:3320: warning: unused variable `_8529' /home/eu/source/intobj/pathopen.c: In function `_36e_path_find': /home/eu/source/intobj/pathopen.c:3927: warning: unused variable `_1' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/platform.c -I/usr/share/euphoria -o/home/eu/source/intobj/platform.o /home/eu/source/intobj/platform.c: In function `_35GetPlatformDefines': /home/eu/source/intobj/platform.c:12: warning: unused variable `_seek_inlined_seek_at_124_15362' /home/eu/source/intobj/platform.c:15: warning: unused variable `_get_integer16_inlined_get_integer16_at_139_15365' /home/eu/source/intobj/platform.c:17: warning: unused variable `_seek_inlined_seek_at_171_15371' /home/eu/source/intobj/platform.c:19: warning: unused variable `_seek_inlined_seek_at_192_15375' /home/eu/source/intobj/platform.c:22: warning: unused variable `_get_integer16_inlined_get_integer16_at_207_15378' /home/eu/source/intobj/platform.c:25: warning: unused variable `_get_integer16_inlined_get_integer16_at_239_15385' /home/eu/source/intobj/platform.c:28: warning: unused variable `_seek_inlined_seek_at_285_15395' /home/eu/source/intobj/platform.c:32: warning: unused variable `_get_integer16_inlined_get_integer16_at_300_15398' /home/eu/source/intobj/platform.c:35: warning: unused variable `_seek_inlined_seek_at_358_15410' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/preproc.c -I/usr/share/euphoria -o/home/eu/source/intobj/preproc.o /home/eu/source/intobj/preproc.c: In function `_60is_file_newer': /home/eu/source/intobj/preproc.c:16: warning: unused variable `_1' /home/eu/source/intobj/preproc.c:16: warning: unused variable `_2' /home/eu/source/intobj/preproc.c: In function `_60maybe_preprocess': /home/eu/source/intobj/preproc.c:371: warning: unused variable `_fileext_inlined_fileext_at_19_27477' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/pretty.c -I/usr/share/euphoria -o/home/eu/source/intobj/pretty.o /home/eu/source/intobj/pretty.c: In function `_25pretty_out': /home/eu/source/intobj/pretty.c:12: warning: unused variable `_3763' /home/eu/source/intobj/pretty.c:15: warning: unused variable `_0' /home/eu/source/intobj/pretty.c:15: warning: unused variable `_1' /home/eu/source/intobj/pretty.c:15: warning: unused variable `_2' /home/eu/source/intobj/pretty.c: In function `_25cut_line': /home/eu/source/intobj/pretty.c:134: warning: unused variable `_0' /home/eu/source/intobj/pretty.c:134: warning: unused variable `_1' /home/eu/source/intobj/pretty.c:134: warning: unused variable `_2' /home/eu/source/intobj/pretty.c: In function `_25indent': /home/eu/source/intobj/pretty.c:214: warning: unused variable `_0' /home/eu/source/intobj/pretty.c:214: warning: unused variable `_1' /home/eu/source/intobj/pretty.c:214: warning: unused variable `_2' /home/eu/source/intobj/pretty.c: In function `_25esc_char': /home/eu/source/intobj/pretty.c:333: warning: unused variable `_2' /home/eu/source/intobj/pretty.c: In function `_25rPrint': /home/eu/source/intobj/pretty.c:458: warning: unused variable `_3840' /home/eu/source/intobj/pretty.c:486: warning: unused variable `_3810' /home/eu/source/intobj/pretty.c:495: warning: unused variable `_3801' /home/eu/source/intobj/pretty.c:510: warning: unused variable `_0' /home/eu/source/intobj/pretty.c:510: warning: unused variable `_1' /home/eu/source/intobj/pretty.c: In function `_25pretty': /home/eu/source/intobj/pretty.c:1335: warning: unused variable `_0' /home/eu/source/intobj/pretty.c:1335: warning: unused variable `_1' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/primes.c -I/usr/share/euphoria -o/home/eu/source/intobj/primes.o /home/eu/source/intobj/primes.c: In function `_23calc_primes': /home/eu/source/intobj/primes.c:68: warning: unused variable `_0' /home/eu/source/intobj/primes.c: In function `_23next_prime': /home/eu/source/intobj/primes.c:555: warning: unused variable `_3467' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/regex.c -I/usr/share/euphoria -o/home/eu/source/intobj/regex.o /home/eu/source/intobj/regex.c: In function `_40regex': /home/eu/source/intobj/regex.c:8: warning: unused variable `_0' /home/eu/source/intobj/regex.c:8: warning: unused variable `_1' /home/eu/source/intobj/regex.c:8: warning: unused variable `_2' /home/eu/source/intobj/regex.c: In function `_40get_ovector_size': /home/eu/source/intobj/regex.c:34: warning: unused variable `_0' /home/eu/source/intobj/regex.c: In function `_40find': /home/eu/source/intobj/regex.c:108: warning: unused variable `_0' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/scanner.c -I/usr/share/euphoria -o/home/eu/source/intobj/scanner.o /home/eu/source/intobj/scanner.c: In function `_52set_qualified_fwd': /home/eu/source/intobj/scanner.c:7: warning: unused variable `_0' /home/eu/source/intobj/scanner.c:7: warning: unused variable `_2' /home/eu/source/intobj/scanner.c: In function `_52get_qualified_fwd': /home/eu/source/intobj/scanner.c:36: warning: unused variable `_0' /home/eu/source/intobj/scanner.c:36: warning: unused variable `_1' /home/eu/source/intobj/scanner.c:36: warning: unused variable `_2' /home/eu/source/intobj/scanner.c: In function `_52ResetTP': /home/eu/source/intobj/scanner.c:426: warning: unused variable `_0' /home/eu/source/intobj/scanner.c:426: warning: unused variable `_1' /home/eu/source/intobj/scanner.c:426: warning: unused variable `_2' /home/eu/source/intobj/scanner.c: In function `_52AppendSourceLine': /home/eu/source/intobj/scanner.c:1088: warning: unused variable `_15744' /home/eu/source/intobj/scanner.c: In function `_52set_dont_read': /home/eu/source/intobj/scanner.c:1810: warning: unused variable `_0' /home/eu/source/intobj/scanner.c:1810: warning: unused variable `_1' /home/eu/source/intobj/scanner.c:1810: warning: unused variable `_2' /home/eu/source/intobj/scanner.c: In function `_52read_line': /home/eu/source/intobj/scanner.c:1848: warning: unused variable `_0' /home/eu/source/intobj/scanner.c: In function `_52get_file_path': /home/eu/source/intobj/scanner.c:2040: warning: unused variable `_0' /home/eu/source/intobj/scanner.c:2040: warning: unused variable `_1' /home/eu/source/intobj/scanner.c: In function `_52find_file': /home/eu/source/intobj/scanner.c:2122: warning: unused variable `_try_27839' /home/eu/source/intobj/scanner.c:3202: warning: control reaches end of non-void function /home/eu/source/intobj/scanner.c: In function `_52path_open': /home/eu/source/intobj/scanner.c:3211: warning: unused variable `_2' /home/eu/source/intobj/scanner.c: In function `_52NameSpace_declaration': /home/eu/source/intobj/scanner.c:3275: warning: unused variable `_0' /home/eu/source/intobj/scanner.c: In function `_52default_namespace': /home/eu/source/intobj/scanner.c:3478: warning: unused variable `_15922' /home/eu/source/intobj/scanner.c: In function `_52add_exports': /home/eu/source/intobj/scanner.c:3739: warning: unused variable `_0' /home/eu/source/intobj/scanner.c: In function `_52patch_exports': /home/eu/source/intobj/scanner.c:3957: warning: unused variable `_0' /home/eu/source/intobj/scanner.c:3957: warning: unused variable `_1' /home/eu/source/intobj/scanner.c: In function `_52update_include_matrix': /home/eu/source/intobj/scanner.c:4167: warning: unused variable `_0' /home/eu/source/intobj/scanner.c: In function `_52add_include_by': /home/eu/source/intobj/scanner.c:4928: warning: unused variable `_0' /home/eu/source/intobj/scanner.c: In function `_52IncludePush': /home/eu/source/intobj/scanner.c:5303: warning: unused variable `_0' /home/eu/source/intobj/scanner.c: In function `_52IncludePop': /home/eu/source/intobj/scanner.c:6158: warning: unused variable `_0' /home/eu/source/intobj/scanner.c: In function `_52GetHexChar': /home/eu/source/intobj/scanner.c:6791: warning: unused variable `_1' /home/eu/source/intobj/scanner.c: In function `_52GetBinaryChar': /home/eu/source/intobj/scanner.c:6978: warning: unused variable `_0' /home/eu/source/intobj/scanner.c:6978: warning: unused variable `_1' /home/eu/source/intobj/scanner.c: In function `_52EscapeChar': /home/eu/source/intobj/scanner.c:7204: warning: unused variable `_1' /home/eu/source/intobj/scanner.c: In function `_52my_sscanf': /home/eu/source/intobj/scanner.c:7450: warning: unused variable `_16305' /home/eu/source/intobj/scanner.c:7456: warning: unused variable `_16299' /home/eu/source/intobj/scanner.c:7479: warning: unused variable `_16276' /home/eu/source/intobj/scanner.c:7491: warning: unused variable `_16262' /home/eu/source/intobj/scanner.c: In function `_52maybe_namespace': /home/eu/source/intobj/scanner.c:8344: warning: unused variable `_0' /home/eu/source/intobj/scanner.c:8344: warning: unused variable `_1' /home/eu/source/intobj/scanner.c:8344: warning: unused variable `_2' /home/eu/source/intobj/scanner.c: In function `_52ExtendedString': /home/eu/source/intobj/scanner.c:8383: warning: unused variable `_16366' /home/eu/source/intobj/scanner.c:8390: warning: unused variable `_16359' /home/eu/source/intobj/scanner.c:8396: warning: unused variable `_16353' /home/eu/source/intobj/scanner.c:8401: warning: unused variable `_16348' /home/eu/source/intobj/scanner.c:8424: warning: unused variable `_0' /home/eu/source/intobj/scanner.c: In function `_52GetHexString': /home/eu/source/intobj/scanner.c:9119: warning: unused variable `_0' /home/eu/source/intobj/scanner.c: In function `_52GetBitString': /home/eu/source/intobj/scanner.c:9508: warning: unused variable `_0' /home/eu/source/intobj/scanner.c: In function `_52Scanner': /home/eu/source/intobj/scanner.c:9974: warning: unused variable `_16713' /home/eu/source/intobj/scanner.c:9981: warning: unused variable `_16706' /home/eu/source/intobj/scanner.c:10000: warning: unused variable `_16687' /home/eu/source/intobj/scanner.c:10007: warning: unused variable `_16680' /home/eu/source/intobj/scanner.c:10042: warning: unused variable `_16645' /home/eu/source/intobj/scanner.c:10062: warning: unused variable `_16625' /home/eu/source/intobj/scanner.c:10102: warning: unused variable `_16584' /home/eu/source/intobj/scanner.c:19839: warning: control reaches end of non-void function /home/eu/source/intobj/scanner.c: In function `_52eu_namespace': /home/eu/source/intobj/scanner.c:19853: warning: unused variable `_0' /home/eu/source/intobj/scanner.c: In function `_52StringToken': /home/eu/source/intobj/scanner.c:19939: warning: unused variable `_m_29439' /home/eu/source/intobj/scanner.c:19991: warning: unused variable `_0' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/scinot.c -I/usr/share/euphoria -o/home/eu/source/intobj/scinot.o /home/eu/source/intobj/scinot.c: In function `_53reverse': /home/eu/source/intobj/scinot.c:19: warning: unused variable `_0' /home/eu/source/intobj/scinot.c: In function `_53add': /home/eu/source/intobj/scinot.c:392: warning: unused variable `_0' /home/eu/source/intobj/scinot.c:392: warning: unused variable `_1' /home/eu/source/intobj/scinot.c:392: warning: unused variable `_2' /home/eu/source/intobj/scinot.c: In function `_53borrow': /home/eu/source/intobj/scinot.c:514: warning: unused variable `_0' /home/eu/source/intobj/scinot.c: In function `_53bits_to_bytes': /home/eu/source/intobj/scinot.c:646: warning: unused variable `_0' /home/eu/source/intobj/scinot.c:646: warning: unused variable `_1' /home/eu/source/intobj/scinot.c:646: warning: unused variable `_2' /home/eu/source/intobj/scinot.c: In function `_53bytes_to_bits': /home/eu/source/intobj/scinot.c:766: warning: unused variable `_0' /home/eu/source/intobj/scinot.c:766: warning: unused variable `_1' /home/eu/source/intobj/scinot.c: In function `_53half': /home/eu/source/intobj/scinot.c:974: warning: unused variable `_0' /home/eu/source/intobj/scinot.c: In function `_53string_to_int': /home/eu/source/intobj/scinot.c:1401: warning: unused variable `_0' /home/eu/source/intobj/scinot.c: In function `_53trim_bits': /home/eu/source/intobj/scinot.c:1492: warning: unused variable `_10717' /home/eu/source/intobj/scinot.c:1494: warning: unused variable `_0' /home/eu/source/intobj/scinot.c:1494: warning: unused variable `_1' /home/eu/source/intobj/scinot.c: In function `_53scientific_to_float64': /home/eu/source/intobj/scinot.c:1645: warning: unused variable `_10808' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/search.c -I/usr/share/euphoria -o/home/eu/source/intobj/search.o /home/eu/source/intobj/search.c: In function `_17rfind': /home/eu/source/intobj/search.c:19: warning: unused variable `_0' /home/eu/source/intobj/search.c:19: warning: unused variable `_1' /home/eu/source/intobj/search.c: In function `_17binary_search': /home/eu/source/intobj/search.c:433: warning: unused variable `_1304' /home/eu/source/intobj/search.c:439: warning: unused variable `_0' /home/eu/source/intobj/search.c: In function `_17begins': /home/eu/source/intobj/search.c:710: warning: unused variable `_0' /home/eu/source/intobj/search.c:710: warning: unused variable `_1' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/sequence.c -I/usr/share/euphoria -o/home/eu/source/intobj/sequence.o /home/eu/source/intobj/sequence.c: In function `_18reverse': /home/eu/source/intobj/sequence.c:27: warning: unused variable `_0' /home/eu/source/intobj/sequence.c: In function `_18pad_tail': /home/eu/source/intobj/sequence.c:304: warning: unused variable `_0' /home/eu/source/intobj/sequence.c:304: warning: unused variable `_1' /home/eu/source/intobj/sequence.c:304: warning: unused variable `_2' /home/eu/source/intobj/sequence.c: In function `_18filter_alpha': /home/eu/source/intobj/sequence.c:2181: warning: unused variable `_0' /home/eu/source/intobj/sequence.c:2181: warning: unused variable `_1' /home/eu/source/intobj/sequence.c:2181: warning: unused variable `_2' /home/eu/source/intobj/sequence.c: In function `_18split': /home/eu/source/intobj/sequence.c:2413: warning: unused variable `_0' /home/eu/source/intobj/sequence.c: In function `_18join': /home/eu/source/intobj/sequence.c:3003: warning: unused variable `_0' /home/eu/source/intobj/sequence.c:3003: warning: unused variable `_1' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/shift.c -I/usr/share/euphoria -o/home/eu/source/intobj/shift.o /home/eu/source/intobj/shift.c: In function `_57init_op_info': /home/eu/source/intobj/shift.c:223: warning: unused variable `_0' /home/eu/source/intobj/shift.c: In function `_57op_size': /home/eu/source/intobj/shift.c:6366: warning: control reaches end of non-void function /home/eu/source/intobj/shift.c: In function `_57shift_switch': /home/eu/source/intobj/shift.c:6382: warning: unused variable `_11139' /home/eu/source/intobj/shift.c:6409: warning: unused variable `_0' /home/eu/source/intobj/shift.c: In function `_57shift_addr': /home/eu/source/intobj/shift.c:6792: warning: unused variable `_0' /home/eu/source/intobj/shift.c: In function `_57shift': /home/eu/source/intobj/shift.c:7024: warning: unused variable `_advance_inlined_advance_at_201_19746' /home/eu/source/intobj/shift.c: In function `_57replace_code': /home/eu/source/intobj/shift.c:7382: warning: unused variable `_0' /home/eu/source/intobj/shift.c:7382: warning: unused variable `_2' /home/eu/source/intobj/shift.c: In function `_57current_op': /home/eu/source/intobj/shift.c:7480: warning: unused variable `_0' /home/eu/source/intobj/shift.c:7480: warning: unused variable `_1' /home/eu/source/intobj/shift.c:7480: warning: unused variable `_2' /home/eu/source/intobj/shift.c: In function `_57get_ops': /home/eu/source/intobj/shift.c:7579: warning: unused variable `_advance_inlined_advance_at_42_19791' /home/eu/source/intobj/shift.c:7593: warning: unused variable `_11210' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/sort.c -I/usr/share/euphoria -o/home/eu/source/intobj/sort.o /home/eu/source/intobj/sort.c: In function `_16sort': /home/eu/source/intobj/sort.c:31: warning: unused variable `_0' /home/eu/source/intobj/sort.c: In function `_16column_compare': /home/eu/source/intobj/sort.c:300: warning: unused variable `_0' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/symtab.c -I/usr/share/euphoria -o/home/eu/source/intobj/symtab.o /home/eu/source/intobj/symtab.c: In function `_37hashfn': /home/eu/source/intobj/symtab.c:32: warning: unused variable `_0' /home/eu/source/intobj/symtab.c: In function `_37remove_symbol': /home/eu/source/intobj/symtab.c:260: warning: unused variable `_0' /home/eu/source/intobj/symtab.c: In function `_37NewBasicEntry': /home/eu/source/intobj/symtab.c:421: warning: unused variable `_0' /home/eu/source/intobj/symtab.c: In function `_37NewEntry': /home/eu/source/intobj/symtab.c:1035: warning: unused variable `_0' /home/eu/source/intobj/symtab.c: In function `_37tmp_alloc': /home/eu/source/intobj/symtab.c:1183: warning: unused variable `_0' /home/eu/source/intobj/symtab.c: In function `_37DefinedYet': /home/eu/source/intobj/symtab.c:1430: warning: unused variable `_0' /home/eu/source/intobj/symtab.c: In function `_37name_ext': /home/eu/source/intobj/symtab.c:1516: warning: unused variable `_0' /home/eu/source/intobj/symtab.c:1516: warning: unused variable `_1' /home/eu/source/intobj/symtab.c: In function `_37NewStringSym': /home/eu/source/intobj/symtab.c:1648: warning: unused variable `_0' /home/eu/source/intobj/symtab.c: In function `_37NewIntSym': /home/eu/source/intobj/symtab.c:2196: warning: unused variable `_0' /home/eu/source/intobj/symtab.c: In function `_37NewDoubleSym': /home/eu/source/intobj/symtab.c:2479: warning: unused variable `_0' /home/eu/source/intobj/symtab.c: In function `_37NewTempSym': /home/eu/source/intobj/symtab.c:2947: warning: unused variable `_26554' /home/eu/source/intobj/symtab.c:2951: warning: unused variable `_0' /home/eu/source/intobj/symtab.c: In function `_37add_ref': /home/eu/source/intobj/symtab.c:4806: warning: unused variable `_26714' /home/eu/source/intobj/symtab.c:4809: warning: unused variable `_0' /home/eu/source/intobj/symtab.c: In function `_37MarkTargets': /home/eu/source/intobj/symtab.c:5030: warning: unused variable `_26734' /home/eu/source/intobj/symtab.c: In function `_37resolve_unincluded_globals': /home/eu/source/intobj/symtab.c:5823: warning: unused variable `_0' /home/eu/source/intobj/symtab.c:5823: warning: unused variable `_1' /home/eu/source/intobj/symtab.c:5823: warning: unused variable `_2' /home/eu/source/intobj/symtab.c: In function `_37get_resolve_unincluded_globals': /home/eu/source/intobj/symtab.c:5847: warning: unused variable `_0' /home/eu/source/intobj/symtab.c:5847: warning: unused variable `_1' /home/eu/source/intobj/symtab.c:5847: warning: unused variable `_2' /home/eu/source/intobj/symtab.c: In function `_37keyfind': /home/eu/source/intobj/symtab.c:5911: warning: unused variable `_26965' /home/eu/source/intobj/symtab.c:5915: warning: unused variable `_26961' /home/eu/source/intobj/symtab.c:5941: warning: unused variable `_26935' /home/eu/source/intobj/symtab.c:5965: warning: unused variable `_26910' /home/eu/source/intobj/symtab.c:6059: warning: unused variable `_26812' /home/eu/source/intobj/symtab.c: In function `_37Hide': /home/eu/source/intobj/symtab.c:8808: warning: unused variable `_27003' /home/eu/source/intobj/symtab.c:8813: warning: unused variable `_0' /home/eu/source/intobj/symtab.c: In function `_37Show': /home/eu/source/intobj/symtab.c:9062: warning: unused variable `_0' /home/eu/source/intobj/symtab.c: In function `_37hide_params': /home/eu/source/intobj/symtab.c:9204: warning: unused variable `_1' /home/eu/source/intobj/symtab.c: In function `_37show_params': /home/eu/source/intobj/symtab.c:9292: warning: unused variable `_1' /home/eu/source/intobj/symtab.c: In function `_37HideLocals': /home/eu/source/intobj/symtab.c:10085: warning: unused variable `_27101' /home/eu/source/intobj/symtab.c:10089: warning: unused variable `_0' /home/eu/source/intobj/symtab.c:10089: warning: unused variable `_1' /home/eu/source/intobj/symtab.c: In function `_37sym_name': /home/eu/source/intobj/symtab.c:10248: warning: unused variable `_0' /home/eu/source/intobj/symtab.c: In function `_37sym_token': /home/eu/source/intobj/symtab.c:10283: warning: unused variable `_0' /home/eu/source/intobj/symtab.c:10283: warning: unused variable `_1' /home/eu/source/intobj/symtab.c: In function `_37sym_scope': /home/eu/source/intobj/symtab.c:10313: warning: unused variable `_0' /home/eu/source/intobj/symtab.c:10313: warning: unused variable `_1' /home/eu/source/intobj/symtab.c: In function `_37sym_mode': /home/eu/source/intobj/symtab.c:10343: warning: unused variable `_0' /home/eu/source/intobj/symtab.c: In function `_37sym_obj': /home/eu/source/intobj/symtab.c:10378: warning: unused variable `_0' /home/eu/source/intobj/symtab.c: In function `_37sym_block': /home/eu/source/intobj/symtab.c:10413: warning: unused variable `_0' /home/eu/source/intobj/symtab.c:10413: warning: unused variable `_1' /home/eu/source/intobj/symtab.c: In function `_37sym_next_in_block': /home/eu/source/intobj/symtab.c:10443: warning: unused variable `_0' /home/eu/source/intobj/symtab.c:10443: warning: unused variable `_1' /home/eu/source/intobj/symtab.c: In function `_37sym_usage': /home/eu/source/intobj/symtab.c:10473: warning: unused variable `_0' /home/eu/source/intobj/symtab.c:10473: warning: unused variable `_1' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/text.c -I/usr/share/euphoria -o/home/eu/source/intobj/text.o /home/eu/source/intobj/text.c: In function `_4lower': /home/eu/source/intobj/text.c:317: warning: unused variable `_0' /home/eu/source/intobj/text.c:317: warning: unused variable `_1' /home/eu/source/intobj/text.c:317: warning: unused variable `_2' /home/eu/source/intobj/text.c: In function `_4upper': /home/eu/source/intobj/text.c:402: warning: unused variable `_0' /home/eu/source/intobj/text.c:402: warning: unused variable `_1' /home/eu/source/intobj/text.c:402: warning: unused variable `_2' /home/eu/source/intobj/text.c: In function `_4proper': /home/eu/source/intobj/text.c:511: warning: unused variable `_0' /home/eu/source/intobj/text.c: In function `_4format': /home/eu/source/intobj/text.c:980: warning: unused variable `_pretty_sprint_inlined_pretty_sprint_at_2407_13841' /home/eu/source/intobj/text.c:982: warning: unused variable `_pretty_sprint_inlined_pretty_sprint_at_2463_13848' /home/eu/source/intobj/text.c:1065: warning: unused variable `_7502' /home/eu/source/intobj/text.c:1105: warning: unused variable `_7459' /home/eu/source/intobj/text.c:1115: warning: unused variable `_7449' /home/eu/source/intobj/text.c:1137: warning: unused variable `_7427' /home/eu/source/intobj/text.c:1174: warning: unused variable `_7390' /home/eu/source/intobj/text.c:1186: warning: unused variable `_7377' /home/eu/source/intobj/text.c:1204: warning: unused variable `_7359' /home/eu/source/intobj/text.c:1245: warning: unused variable `_7316' /home/eu/source/intobj/text.c:1263: warning: unused variable `_7298' /home/eu/source/intobj/text.c: In function `_4get_text': /home/eu/source/intobj/text.c:5672: warning: unused variable `_7581' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/types.c -I/usr/share/euphoria -o/home/eu/source/intobj/types.o /home/eu/source/intobj/types.c: In function `_11char_test': /home/eu/source/intobj/types.c:13: warning: unused variable `_300' /home/eu/source/intobj/types.c:35: warning: unused variable `_277' /home/eu/source/intobj/types.c:43: warning: unused variable `_0' /home/eu/source/intobj/types.c:43: warning: unused variable `_1' /home/eu/source/intobj/types.c: In function `_11set_default_charsets': /home/eu/source/intobj/types.c:629: warning: unused variable `_0' /home/eu/source/intobj/types.c: In function `_11t_identifier': /home/eu/source/intobj/types.c:1034: warning: unused variable `_401' /home/eu/source/intobj/types.c:1040: warning: unused variable `_0' /home/eu/source/intobj/types.c:1040: warning: unused variable `_1' /home/eu/source/intobj/types.c: In function `_11t_alpha': /home/eu/source/intobj/types.c:1176: warning: unused variable `_0' /home/eu/source/intobj/types.c:1176: warning: unused variable `_1' /home/eu/source/intobj/types.c: In function `_11t_digit': /home/eu/source/intobj/types.c:1206: warning: unused variable `_0' /home/eu/source/intobj/types.c:1206: warning: unused variable `_1' /home/eu/source/intobj/types.c: In function `_11t_specword': /home/eu/source/intobj/types.c:1236: warning: unused variable `_0' /home/eu/source/intobj/types.c:1236: warning: unused variable `_1' /home/eu/source/intobj/types.c: In function `_11t_lower': /home/eu/source/intobj/types.c:1266: warning: unused variable `_0' /home/eu/source/intobj/types.c:1266: warning: unused variable `_1' /home/eu/source/intobj/types.c: In function `_11t_display': /home/eu/source/intobj/types.c:1296: warning: unused variable `_0' /home/eu/source/intobj/types.c:1296: warning: unused variable `_1' /home/eu/source/intobj/types.c: In function `_11t_upper': /home/eu/source/intobj/types.c:1326: warning: unused variable `_0' /home/eu/source/intobj/types.c:1326: warning: unused variable `_1' /home/eu/source/intobj/types.c: In function `_11number_array': /home/eu/source/intobj/types.c:1360: warning: unused variable `_0' /home/eu/source/intobj/types.c:1360: warning: unused variable `_1' /home/eu/source/intobj/types.c: In function `_11ascii_string': /home/eu/source/intobj/types.c:1459: warning: unused variable `_0' /home/eu/source/intobj/types.c:1459: warning: unused variable `_1' /home/eu/source/intobj/types.c: In function `_11string': /home/eu/source/intobj/types.c:1611: warning: unused variable `_0' /home/eu/source/intobj/types.c:1611: warning: unused variable `_1' gcc -DELINUX -m32 -pthread -c -Wall -fsigned-char -ffast-math -g3 -O0 -Wall -I../ -I../../include/ -DARCH=ix86 /home/eu/source/intobj/wildcard.c -I/usr/share/euphoria -o/home/eu/source/intobj/wildcard.o /home/eu/source/intobj/wildcard.c: In function `_3qmatch': /home/eu/source/intobj/wildcard.c:12: warning: unused variable `_7625' /home/eu/source/intobj/wildcard.c:24: warning: unused variable `_0' /home/eu/source/intobj/wildcard.c:24: warning: unused variable `_1' /home/eu/source/intobj/wildcard.c: In function `_3is_match': /home/eu/source/intobj/wildcard.c:294: warning: unused variable `_0' /home/eu/source/intobj/wildcard.c: In function `_3wildcard_file': /home/eu/source/intobj/wildcard.c:743: warning: unused variable `_0' /home/eu/source/intobj/wildcard.c:743: warning: unused variable `_1' /home/eu/source/intobj/wildcard.c:743: warning: unused variable `_2' eui -i /home/eu/include coverage.ex /home/eu/source/intobj gcc -m32 -pthread -c -Wall -DEUNIX -DELINUX -fsigned-char -ffast-math -g3 -O0 -Wall -DESIMPLE_MALLOC -DARCH=ix86 -DELINUX -I /home/eu/source/intobj/back be_execute.c -o/home/eu/source/intobj/back/be_execute.o be_execute.c:68:22: coverage.h: No such file or directory be_execute.c: In function `do_exec': be_execute.c:5079: warning: implicit declaration of function `COVER_LINE' be_execute.c:5085: warning: implicit declaration of function `COVER_ROUTINE' be_execute.c:1561: warning: `obj_ptr' might be used uninitialized in this function be_execute.c:1566: warning: `top' might be used uninitialized in this function make[1]: *** [/home/eu/source/intobj/back/be_execute.o] Error 1 make[1]: Leaving directory `/home/eu/source' make: *** [interpreter] Error 2
17. Re: SVN3467 problem
- Posted by jimcbrown (admin) Oct 08, 2010
- 1413 views
I am using xp home edition. watcom compiler
- my batch file contains
- wmake -f makefile.wat clean
- wmake -f makefile.wat distclean
- call configure --eubin e:\eu4\bin
- wmake -f makefile.wat all
I searched all directories found no coverage.h
Could you try running coverage.ex from the source dir manually to see what happens? Try just like you saw in the wmake output:
> e:\eu4\bin\eui.exe -i E:\eu4\include coverage.ex E:\eu4\source\build\intobj
I committed a fix so errors are shown. Before, if coverage.ex can't find the file it needs to read, or if it can't find the line it is looking for, it would fail silently.
The real cause of the problem seems to be regex related. I don't know why the regex is failing, but it did. Using match() instead of regex, and coverage.ex generates coverage.h correctly.
18. Re: SVN3467 problem
- Posted by mattlewis (admin) Oct 08, 2010
- 1426 views
The real cause of the problem seems to be regex related. I don't know why the regex is failing, but it did. Using match() instead of regex, and coverage.ex generates coverage.h correctly.
The regex API was changed in svn:3464 and svn:3465 for ticket:219. So if you had already built, and coverage stayed the same, you were able to continue building. And once you had a recent enough interpreter, the regex wasn't a problem.
Matt
19. Re: SVN3467 problem
- Posted by irv Oct 08, 2010
- 1375 views
OK, I got the latest from svn this morning, and it compiles correctly.
20. Re: SVN3467 problem
- Posted by bugfinder Oct 08, 2010
- 1371 views
Thanks Matt:
SVN3474 builds ok on XP Home Edition using Watcom makefile.wat
21. Re: SVN3467 problem
- Posted by mattlewis (admin) Oct 08, 2010
- 1346 views
Thanks Matt:
SVN3474 builds ok on XP Home Edition using Watcom makefile.wat
Don't thank me. Jim made the fix.
I won't name the one who broke it, but it was neither Jim nor me.
Matt
22. Re: SVN3467 problem
- Posted by bugfinder Oct 08, 2010
- 1357 views
Don't thank me. Jim made the fix. I won't name the one who broke it, but it was neither Jim nor me. Matt
Then I take that back.
THANKS JIM !