mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-14 16:32:20 +00:00
remove .travis.yml
reduce warnings
This commit is contained in:
parent
232efdaa8c
commit
73f194f422
20
.travis.yml
20
.travis.yml
@ -1,20 +0,0 @@
|
|||||||
language: cpp
|
|
||||||
|
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- os: linux
|
|
||||||
dist: trusty
|
|
||||||
sudo: required
|
|
||||||
compiler: gcc
|
|
||||||
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- libsdl1.2-dev
|
|
||||||
- libgtk2.0-dev
|
|
||||||
|
|
||||||
script:
|
|
||||||
- cd BasiliskII/src/Unix
|
|
||||||
- NO_CONFIGURE=1 ./autogen.sh
|
|
||||||
- ./configure --enable-sdl-video --enable-sdl-audio --disable-vosf --disable-jit-compiler --with-x --with-gtk --with-mon
|
|
||||||
- make -j 4
|
|
@ -1093,7 +1093,9 @@
|
|||||||
);
|
);
|
||||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||||
GCC_USE_STANDARD_INCLUDE_SEARCHING = YES;
|
GCC_USE_STANDARD_INCLUDE_SEARCHING = YES;
|
||||||
|
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
|
||||||
GCC_WARN_CHECK_SWITCH_STATEMENTS = NO;
|
GCC_WARN_CHECK_SWITCH_STATEMENTS = NO;
|
||||||
|
GCC_WARN_UNUSED_VARIABLE = NO;
|
||||||
HEADER_SEARCH_PATHS = (
|
HEADER_SEARCH_PATHS = (
|
||||||
/Library/Frameworks/SDL2.framework/Headers,
|
/Library/Frameworks/SDL2.framework/Headers,
|
||||||
../MacOSX,
|
../MacOSX,
|
||||||
@ -1156,7 +1158,9 @@
|
|||||||
);
|
);
|
||||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||||
GCC_USE_STANDARD_INCLUDE_SEARCHING = YES;
|
GCC_USE_STANDARD_INCLUDE_SEARCHING = YES;
|
||||||
|
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
|
||||||
GCC_WARN_CHECK_SWITCH_STATEMENTS = NO;
|
GCC_WARN_CHECK_SWITCH_STATEMENTS = NO;
|
||||||
|
GCC_WARN_UNUSED_VARIABLE = NO;
|
||||||
HEADER_SEARCH_PATHS = (
|
HEADER_SEARCH_PATHS = (
|
||||||
/Library/Frameworks/SDL2.framework/Headers,
|
/Library/Frameworks/SDL2.framework/Headers,
|
||||||
../MacOSX,
|
../MacOSX,
|
||||||
|
@ -1359,7 +1359,7 @@ gen_opcode (unsigned long int opcode)
|
|||||||
case i_BCLR:
|
case i_BCLR:
|
||||||
case i_BSET:
|
case i_BSET:
|
||||||
case i_BTST:
|
case i_BTST:
|
||||||
/* failure; /* NEW: from "Ipswitch Town" release */
|
/* failure; NEW: from "Ipswitch Town" release */
|
||||||
genamode (curi->smode, "srcreg", curi->size, "src", 1, 0);
|
genamode (curi->smode, "srcreg", curi->size, "src", 1, 0);
|
||||||
genamode (curi->dmode, "dstreg", curi->size, "dst", 1, 0);
|
genamode (curi->dmode, "dstreg", curi->size, "dst", 1, 0);
|
||||||
start_brace();
|
start_brace();
|
||||||
@ -1541,7 +1541,7 @@ gen_opcode (unsigned long int opcode)
|
|||||||
failure;
|
failure;
|
||||||
break;
|
break;
|
||||||
case i_RTD:
|
case i_RTD:
|
||||||
/* failure; /* NEW: from "Ipswitch Town" release */
|
/* failure; NEW: from "Ipswitch Town" release */
|
||||||
genamode (curi->smode, "srcreg", curi->size, "offs", 1, 0);
|
genamode (curi->smode, "srcreg", curi->size, "offs", 1, 0);
|
||||||
/* offs is constant */
|
/* offs is constant */
|
||||||
comprintf("\tadd_l_ri(offs,4);\n");
|
comprintf("\tadd_l_ri(offs,4);\n");
|
||||||
@ -1557,7 +1557,7 @@ gen_opcode (unsigned long int opcode)
|
|||||||
isjump;
|
isjump;
|
||||||
break;
|
break;
|
||||||
case i_LINK:
|
case i_LINK:
|
||||||
/* failure; /* NEW: from "Ipswitch Town" release */
|
/* failure; NEW: from "Ipswitch Town" release */
|
||||||
genamode (curi->smode, "srcreg", sz_long, "src", 1, 0);
|
genamode (curi->smode, "srcreg", sz_long, "src", 1, 0);
|
||||||
genamode (curi->dmode, "dstreg", curi->size, "offs", 1, 0);
|
genamode (curi->dmode, "dstreg", curi->size, "offs", 1, 0);
|
||||||
comprintf("\tsub_l_ri(15,4);\n"
|
comprintf("\tsub_l_ri(15,4);\n"
|
||||||
@ -1569,7 +1569,7 @@ gen_opcode (unsigned long int opcode)
|
|||||||
genastore ("src", curi->smode, "srcreg", sz_long, "src");
|
genastore ("src", curi->smode, "srcreg", sz_long, "src");
|
||||||
break;
|
break;
|
||||||
case i_UNLK:
|
case i_UNLK:
|
||||||
/* failure; /* NEW: from "Ipswitch Town" release */
|
/* failure; NEW: from "Ipswitch Town" release */
|
||||||
genamode (curi->smode, "srcreg", curi->size, "src", 1, 0);
|
genamode (curi->smode, "srcreg", curi->size, "src", 1, 0);
|
||||||
comprintf("\tmov_l_rr(15,src);\n"
|
comprintf("\tmov_l_rr(15,src);\n"
|
||||||
"\treadlong(15,src,scratchie);\n"
|
"\treadlong(15,src,scratchie);\n"
|
||||||
@ -1790,7 +1790,7 @@ gen_opcode (unsigned long int opcode)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case i_Scc:
|
case i_Scc:
|
||||||
/* failure; /* NEW: from "Ipswitch Town" release */
|
/* failure; NEW: from "Ipswitch Town" release */
|
||||||
genamode (curi->smode, "srcreg", curi->size, "src", 2, 0);
|
genamode (curi->smode, "srcreg", curi->size, "src", 2, 0);
|
||||||
start_brace ();
|
start_brace ();
|
||||||
comprintf ("\tint val = scratchie++;\n");
|
comprintf ("\tint val = scratchie++;\n");
|
||||||
@ -1837,7 +1837,7 @@ gen_opcode (unsigned long int opcode)
|
|||||||
failure;
|
failure;
|
||||||
break;
|
break;
|
||||||
case i_MULU:
|
case i_MULU:
|
||||||
/* failure; /* NEW: from "Ipswitch Town" release */
|
/* failure; NEW: from "Ipswitch Town" release */
|
||||||
comprintf("\tdont_care_flags();\n");
|
comprintf("\tdont_care_flags();\n");
|
||||||
genamode (curi->smode, "srcreg", sz_word, "src", 1, 0);
|
genamode (curi->smode, "srcreg", sz_word, "src", 1, 0);
|
||||||
genamode (curi->dmode, "dstreg", sz_word, "dst", 1, 0);
|
genamode (curi->dmode, "dstreg", sz_word, "dst", 1, 0);
|
||||||
@ -1852,7 +1852,7 @@ gen_opcode (unsigned long int opcode)
|
|||||||
genastore ("dst", curi->dmode, "dstreg", sz_long, "dst");
|
genastore ("dst", curi->dmode, "dstreg", sz_long, "dst");
|
||||||
break;
|
break;
|
||||||
case i_MULS:
|
case i_MULS:
|
||||||
/* failure; /* NEW: from "Ipswitch Town" release */
|
/* failure; NEW: from "Ipswitch Town" release */
|
||||||
comprintf("\tdont_care_flags();\n");
|
comprintf("\tdont_care_flags();\n");
|
||||||
genamode (curi->smode, "srcreg", sz_word, "src", 1, 0);
|
genamode (curi->smode, "srcreg", sz_word, "src", 1, 0);
|
||||||
genamode (curi->dmode, "dstreg", sz_word, "dst", 1, 0);
|
genamode (curi->dmode, "dstreg", sz_word, "dst", 1, 0);
|
||||||
@ -1886,7 +1886,7 @@ gen_opcode (unsigned long int opcode)
|
|||||||
genamode (curi->smode, "srcreg", curi->size, "cnt", 1, 0);
|
genamode (curi->smode, "srcreg", curi->size, "cnt", 1, 0);
|
||||||
genamode (curi->dmode, "dstreg", curi->size, "data", 1, 0);
|
genamode (curi->dmode, "dstreg", curi->size, "data", 1, 0);
|
||||||
if (curi->smode!=immi) {
|
if (curi->smode!=immi) {
|
||||||
/* failure; /* UNTESTED: NEW: from "Ipswitch Town" release */
|
/* failure; UNTESTED: NEW: from "Ipswitch Town" release */
|
||||||
if (!noflags) {
|
if (!noflags) {
|
||||||
uses_cmov;
|
uses_cmov;
|
||||||
start_brace();
|
start_brace();
|
||||||
@ -2039,7 +2039,7 @@ gen_opcode (unsigned long int opcode)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case i_ASL:
|
case i_ASL:
|
||||||
/* failure; /* NEW: from "Ipswitch Town" release */
|
/* failure; NEW: from "Ipswitch Town" release */
|
||||||
mayfail;
|
mayfail;
|
||||||
if (curi->smode==Dreg) {
|
if (curi->smode==Dreg) {
|
||||||
comprintf("if ((uae_u32)srcreg==(uae_u32)dstreg) {\n"
|
comprintf("if ((uae_u32)srcreg==(uae_u32)dstreg) {\n"
|
||||||
@ -2186,7 +2186,7 @@ gen_opcode (unsigned long int opcode)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case i_LSR:
|
case i_LSR:
|
||||||
/* failure; /* NEW: from "Ipswitch Town" release */
|
/* failure; NEW: from "Ipswitch Town" release */
|
||||||
mayfail;
|
mayfail;
|
||||||
if (curi->smode==Dreg) {
|
if (curi->smode==Dreg) {
|
||||||
comprintf("if ((uae_u32)srcreg==(uae_u32)dstreg) {\n"
|
comprintf("if ((uae_u32)srcreg==(uae_u32)dstreg) {\n"
|
||||||
@ -2337,7 +2337,7 @@ gen_opcode (unsigned long int opcode)
|
|||||||
genamode (curi->smode, "srcreg", curi->size, "cnt", 1, 0);
|
genamode (curi->smode, "srcreg", curi->size, "cnt", 1, 0);
|
||||||
genamode (curi->dmode, "dstreg", curi->size, "data", 1, 0);
|
genamode (curi->dmode, "dstreg", curi->size, "data", 1, 0);
|
||||||
if (curi->smode!=immi) {
|
if (curi->smode!=immi) {
|
||||||
/* failure; /* UNTESTED: NEW: from "Ipswitch Town" release */
|
/* failure; UNTESTED: NEW: from "Ipswitch Town" release */
|
||||||
if (!noflags) {
|
if (!noflags) {
|
||||||
uses_cmov;
|
uses_cmov;
|
||||||
start_brace();
|
start_brace();
|
||||||
@ -2609,7 +2609,7 @@ gen_opcode (unsigned long int opcode)
|
|||||||
failure;
|
failure;
|
||||||
break;
|
break;
|
||||||
case i_MULL:
|
case i_MULL:
|
||||||
/* failure; /* NEW: from "Ipswitch Town" release */
|
/* failure; NEW: from "Ipswitch Town" release */
|
||||||
if (!noflags) {
|
if (!noflags) {
|
||||||
failure;
|
failure;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user