Skip to content

Commit

Permalink
remove .travis.yml
Browse files Browse the repository at this point in the history
reduce warnings

(cherry picked from commit 73f194f)
  • Loading branch information
kanjitalk755 authored and rakslice committed Oct 22, 2020
1 parent c128517 commit 594ba79
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 32 deletions.
20 changes: 0 additions & 20 deletions .travis.yml

This file was deleted.

4 changes: 4 additions & 0 deletions BasiliskII/src/MacOSX/BasiliskII.xcodeproj/project.pbxproj
Expand Up @@ -1092,7 +1092,9 @@
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_USE_STANDARD_INCLUDE_SEARCHING = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
GCC_WARN_CHECK_SWITCH_STATEMENTS = NO;
GCC_WARN_UNUSED_VARIABLE = NO;
HEADER_SEARCH_PATHS = (
/Library/Frameworks/SDL2.framework/Headers,
../MacOSX,
Expand Down Expand Up @@ -1154,7 +1156,9 @@
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_USE_STANDARD_INCLUDE_SEARCHING = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
GCC_WARN_CHECK_SWITCH_STATEMENTS = NO;
GCC_WARN_UNUSED_VARIABLE = NO;
HEADER_SEARCH_PATHS = (
/Library/Frameworks/SDL2.framework/Headers,
../MacOSX,
Expand Down
24 changes: 12 additions & 12 deletions BasiliskII/src/uae_cpu/compiler/gencomp.c
Expand Up @@ -1359,7 +1359,7 @@ gen_opcode (unsigned long int opcode)
case i_BCLR:
case i_BSET:
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->dmode, "dstreg", curi->size, "dst", 1, 0);
start_brace();
Expand Down Expand Up @@ -1541,7 +1541,7 @@ gen_opcode (unsigned long int opcode)
failure;
break;
case i_RTD:
/* failure; /* NEW: from "Ipswitch Town" release */
/* failure; NEW: from "Ipswitch Town" release */
genamode (curi->smode, "srcreg", curi->size, "offs", 1, 0);
/* offs is constant */
comprintf("\tadd_l_ri(offs,4);\n");
Expand All @@ -1557,7 +1557,7 @@ gen_opcode (unsigned long int opcode)
isjump;
break;
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->dmode, "dstreg", curi->size, "offs", 1, 0);
comprintf("\tsub_l_ri(15,4);\n"
Expand All @@ -1569,7 +1569,7 @@ gen_opcode (unsigned long int opcode)
genastore ("src", curi->smode, "srcreg", sz_long, "src");
break;
case i_UNLK:
/* failure; /* NEW: from "Ipswitch Town" release */
/* failure; NEW: from "Ipswitch Town" release */
genamode (curi->smode, "srcreg", curi->size, "src", 1, 0);
comprintf("\tmov_l_rr(15,src);\n"
"\treadlong(15,src,scratchie);\n"
Expand Down Expand Up @@ -1790,7 +1790,7 @@ gen_opcode (unsigned long int opcode)
break;

case i_Scc:
/* failure; /* NEW: from "Ipswitch Town" release */
/* failure; NEW: from "Ipswitch Town" release */
genamode (curi->smode, "srcreg", curi->size, "src", 2, 0);
start_brace ();
comprintf ("\tint val = scratchie++;\n");
Expand Down Expand Up @@ -1837,7 +1837,7 @@ gen_opcode (unsigned long int opcode)
failure;
break;
case i_MULU:
/* failure; /* NEW: from "Ipswitch Town" release */
/* failure; NEW: from "Ipswitch Town" release */
comprintf("\tdont_care_flags();\n");
genamode (curi->smode, "srcreg", sz_word, "src", 1, 0);
genamode (curi->dmode, "dstreg", sz_word, "dst", 1, 0);
Expand All @@ -1852,7 +1852,7 @@ gen_opcode (unsigned long int opcode)
genastore ("dst", curi->dmode, "dstreg", sz_long, "dst");
break;
case i_MULS:
/* failure; /* NEW: from "Ipswitch Town" release */
/* failure; NEW: from "Ipswitch Town" release */
comprintf("\tdont_care_flags();\n");
genamode (curi->smode, "srcreg", sz_word, "src", 1, 0);
genamode (curi->dmode, "dstreg", sz_word, "dst", 1, 0);
Expand Down Expand Up @@ -1886,7 +1886,7 @@ gen_opcode (unsigned long int opcode)
genamode (curi->smode, "srcreg", curi->size, "cnt", 1, 0);
genamode (curi->dmode, "dstreg", curi->size, "data", 1, 0);
if (curi->smode!=immi) {
/* failure; /* UNTESTED: NEW: from "Ipswitch Town" release */
/* failure; UNTESTED: NEW: from "Ipswitch Town" release */
if (!noflags) {
uses_cmov;
start_brace();
Expand Down Expand Up @@ -2039,7 +2039,7 @@ gen_opcode (unsigned long int opcode)
break;

case i_ASL:
/* failure; /* NEW: from "Ipswitch Town" release */
/* failure; NEW: from "Ipswitch Town" release */
mayfail;
if (curi->smode==Dreg) {
comprintf("if ((uae_u32)srcreg==(uae_u32)dstreg) {\n"
Expand Down Expand Up @@ -2186,7 +2186,7 @@ gen_opcode (unsigned long int opcode)
break;

case i_LSR:
/* failure; /* NEW: from "Ipswitch Town" release */
/* failure; NEW: from "Ipswitch Town" release */
mayfail;
if (curi->smode==Dreg) {
comprintf("if ((uae_u32)srcreg==(uae_u32)dstreg) {\n"
Expand Down Expand Up @@ -2337,7 +2337,7 @@ gen_opcode (unsigned long int opcode)
genamode (curi->smode, "srcreg", curi->size, "cnt", 1, 0);
genamode (curi->dmode, "dstreg", curi->size, "data", 1, 0);
if (curi->smode!=immi) {
/* failure; /* UNTESTED: NEW: from "Ipswitch Town" release */
/* failure; UNTESTED: NEW: from "Ipswitch Town" release */
if (!noflags) {
uses_cmov;
start_brace();
Expand Down Expand Up @@ -2609,7 +2609,7 @@ gen_opcode (unsigned long int opcode)
failure;
break;
case i_MULL:
/* failure; /* NEW: from "Ipswitch Town" release */
/* failure; NEW: from "Ipswitch Town" release */
if (!noflags) {
failure;
break;
Expand Down

0 comments on commit 594ba79

Please sign in to comment.