
WIN32 Binary: http://theadesilva.com/z80.zip
pouet link: http://www.pouet.net/prod.php?which=62605
youtube: http://youtu.be/smIOSa2vAuA
Send me your feedback
Moderator: BigEvilCorporation
Code: Select all
lang.y:313:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
value= (value_t *)$2;
^
lang.y:331:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
value = (value_t *)$2;
^
lang.y:403:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
value = (value_t *)$2;
^
lang.y:414:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
value = (value_t *)$2;
^
lang.y:457:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
value = (value_t *)$2;
^
lang.y:475:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
value= (value_t *)$2;
^
lang.y:476:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
value2=(value_t *)$3;
^
lang.y:505:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
value = (value_t *)$3;
^
lang.y:527:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
value = (value_t *)$2;
^
lang.y:553:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
value = (value_t *)$2;
^
lang.y:596:38: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
$$ = (int)add_node(T, "vl:0", (void *)$1, 0);
^
lang.y:596:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
$$ = (int)add_node(T, "vl:0", (void *)$1, 0);
^
lang.y:599:45: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
$$ = (int)add_node(T, "vl:1", (void *)$1, 1, $3);
^
lang.y:599:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
$$ = (int)add_node(T, "vl:1", (void *)$1, 1, $3);
^
lang.y: At top level:
lang.y:608:6: warning: conflicting types for ‘yyerror’ [enabled by default]
void yyerror(const char *s) {
^
y.tab.c:2252:7: note: previous implicit declaration of ‘yyerror’ was here
yyerror (YY_("syntax error"));
Thats also how Echo works, it might work better with that command.sigflup wrote:Mask of Destiny> ok I changed the Makefile. I have no idea why your sound wouldn't be working.
TmEE co.(TM)> Ok I added that command. The timeout is in milliseconds