Changes to cddb.cpp for the CC compiler. Bruce Bolden September 2, 1998 --------------- boulder 132: CC cddb.cpp CC: "cddb.cpp", line 80: sorry, not implemented: initialization of artists (automatic aggregate, compile with +a1) (2043) CC: "cddb.cpp", line 90: warning: Function 'main' must return type 'int' (anachronism) (312) CC: "cddb.cpp", line 126: warning: "true" is a future reserved word (215) CC: "cddb.cpp", line 126: error: true undefined (1285) CC: "cddb.cpp", line 167: warning: nCDs not used (117) added return 0; to end of main() changed true to TRUE --------------- boulder 134: CC cddb.cpp CC: "cddb.cpp", line 80: sorry, not implemented: initialization of artists (automatic aggregate, compile with +a1) (2043) CC: "cddb.cpp", line 169: warning: nCDs not used (117) 80: char *artists[3] = { "Beach Boys", "Who", "Gershwin" }; Inside an if() block. Move outside? No. Use the compiler option? Yes --------------- boulder 151: CC +a1 cddb.cpp CC: "cddb.cpp", line 171: warning: nCDs not used (117) Left with the warning about nCDs. No change necesary, this is a stub function.