Snippets for amoebax 0.2.1 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/amoebax/0.2.1_9/150amd64-default.log.
-
./Grid.h:227:18: warning: 'auto_ptr<Amoebax::Sound>' is deprecated [-Wdeprecated-declarations] 227 | std::auto_ptr<Sound> m_DieSound; | ^ -
./IPlayer.h:165:18: warning: 'auto_ptr<Amoebax::Grid>' is deprecated [-Wdeprecated-declarations] 165 | std::auto_ptr<Grid> m_Grid; | ^ -
./AdvancedAIPlayer.h:19:2: warning: 'AMOEBAX_ADVANCED_AI_PLAYER_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard] 19 | #if !defined (AMOEBAX_ADVANCED_AI_PLAYER_H) | ^~ -
./AIPlayerFactory.h:19:2: warning: 'AMEOBAX_AI_PLAYER_FACTORY_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard] 19 | #if !defined (AMEOBAX_AI_PLAYER_FACTORY_H) | ^~ -
./Font.h:68:29: warning: 'binary_function<unsigned short, char, unsigned short>' is deprecated [-Wdeprecated-declarations] 68 | public std::binary_function<uint16_t, char, uint16_t> | ^ -
./Font.h:116:43: warning: 'unary_function<char, void>' is deprecated [-Wdeprecated-declarations] 116 | struct TextWrite: public std::unary_function<char, void> | ^ -
./Font.h:193:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 193 | std::auto_ptr<Surface> m_FontSurface; | ^ -
./NewHighScoreState.h:76:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 76 | std::auto_ptr<Surface> m_Background; | ^ -
./NewHighScoreState.h:78:18: warning: 'auto_ptr<Amoebax::Music>' is deprecated [-Wdeprecated-declarations] 78 | std::auto_ptr<Music> m_BackgroundMusic; | ^ -
./NewHighScoreState.h:88:18: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 88 | std::auto_ptr<Font> m_HighLightFont; | ^ -
./NewHighScoreState.h:92:18: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 92 | std::auto_ptr<Font> m_NameFont; | ^ -
./CongratulationsState.h:60:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 60 | std::auto_ptr<Surface> m_Background; | ^ -
./CongratulationsState.h:62:18: warning: 'auto_ptr<Amoebax::Music>' is deprecated [-Wdeprecated-declarations] 62 | std::auto_ptr<Music> m_BackgroundMusic; | ^ -
CongratulationsState.cxx:145:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 145 | std::auto_ptr<Surface> podium ( | ^ -
CongratulationsState.cxx:151:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 151 | std::auto_ptr<Surface> player ( | ^ -
CongratulationsState.cxx:159:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 159 | std::auto_ptr<Surface> congratulations ( | ^ -
./ControlSetupState.h:95:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 95 | std::auto_ptr<Surface> m_Background; | ^ -
./ControlSetupState.h:99:18: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 99 | std::auto_ptr<Font> m_Font; | ^ -
./ControlSetupState.h:101:18: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 101 | std::auto_ptr<Font> m_FontSelected; | ^ -
ControlSetupState.cxx:539:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 539 | std::auto_ptr<Surface> title (Surface::fromFile ( | ^ -
ControlSetupState.cxx:544:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 544 | std::auto_ptr<Surface> controls (Surface::fromFile ( | ^ -
ControlSetupState.cxx:549:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 549 | std::auto_ptr<Surface> leftPlayer (Surface::fromFile ( | ^ -
ControlSetupState.cxx:554:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 554 | std::auto_ptr<Surface> rightPlayer (Surface::fromFile ( | ^ -
./CreditsState.h:54:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 54 | std::auto_ptr<Surface> m_Background; | ^ -
./CreditsState.h:56:18: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 56 | std::auto_ptr<Font> m_NamesFont; | ^ -
./CreditsState.h:58:18: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 58 | std::auto_ptr<Font> m_SectionsFont; | ^ -
./OptionsMenuState.h:372:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 372 | std::auto_ptr<Surface> m_Background; | ^ -
./OptionsMenuState.h:374:18: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 374 | std::auto_ptr<Font> m_Font; | ^ -
./OptionsMenuState.h:376:18: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 376 | std::auto_ptr<Font> m_FontSelected; | ^ -
./PairGenerator.h:45:46: warning: 'unary_function<Amoebax::Grid *, void>' is deprecated [-Wdeprecated-declarations] 45 | struct GeneratePair: public std::unary_function<Grid *, void> | ^ -
./TrainingState.h:100:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 100 | std::auto_ptr<Surface> m_Amoebas; | ^ -
./TrainingState.h:104:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 104 | std::auto_ptr<Surface> m_Background; | ^ -
./TrainingState.h:106:18: warning: 'auto_ptr<Amoebax::Music>' is deprecated [-Wdeprecated-declarations] 106 | std::auto_ptr<Music> m_BackgroundMusic; | ^ -
./TrainingState.h:108:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 108 | std::auto_ptr<Surface> m_ChainLabel; | ^ -
./TrainingState.h:112:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 112 | std::auto_ptr<Surface> m_GameOver; | ^ -
./TrainingState.h:114:18: warning: 'auto_ptr<Amoebax::PairGenerator>' is deprecated [-Wdeprecated-declarations] 114 | std::auto_ptr<PairGenerator> m_Generator; | ^ -
./TrainingState.h:116:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 116 | std::auto_ptr<Surface> m_Go; | ^ -
./TrainingState.h:120:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 120 | std::auto_ptr<Surface> m_LevelUp; | ^ -
./TrainingState.h:124:18: warning: 'auto_ptr<Amoebax::Sound>' is deprecated [-Wdeprecated-declarations] 124 | std::auto_ptr<Sound> m_LevelUpSound; | ^ -
./TrainingState.h:128:18: warning: 'auto_ptr<Amoebax::IPlayer>' is deprecated [-Wdeprecated-declarations] 128 | std::auto_ptr<IPlayer> m_Player; | ^ -
./TrainingState.h:130:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 130 | std::auto_ptr<Surface> m_Ready; | ^ -
./TrainingState.h:134:18: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 134 | std::auto_ptr<Font> m_ScoreFont; | ^ -
./TrainingState.h:138:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 138 | std::auto_ptr<Surface> m_Silhouettes; | ^ -
./TrainingState.h:140:18: warning: 'auto_ptr<Amoebax::Sound>' is deprecated [-Wdeprecated-declarations] 140 | std::auto_ptr<Sound> m_SoundLose; | ^ -
./TrainingState.h:19:2: warning: 'AMOEBAX_TRAINING_STATE_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard] 19 | #if !defined (AMOEBAX_TRAINING_STATE_H) | ^~ -
CreditsState.cxx:86:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 86 | std::auto_ptr<Surface> title ( | ^ -
./TwoPlayersState.h:120:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 120 | std::auto_ptr<Surface> m_Amoebas; | ^ -
./TwoPlayersState.h:124:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 124 | std::auto_ptr<Surface> m_Background; | ^ -
./TwoPlayersState.h:128:18: warning: 'auto_ptr<Amoebax::Music>' is deprecated [-Wdeprecated-declarations] 128 | std::auto_ptr<Music> m_BackgroundMusic; | ^ -
./TwoPlayersState.h:130:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 130 | std::auto_ptr<Surface> m_ChainLabel; | ^ -
./TwoPlayersState.h:134:18: warning: 'auto_ptr<Amoebax::PairGenerator>' is deprecated [-Wdeprecated-declarations] 134 | std::auto_ptr<PairGenerator> m_Generator; | ^ -
./TwoPlayersState.h:136:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 136 | std::auto_ptr<Surface> m_Go; | ^ -
./TwoPlayersState.h:140:18: warning: 'auto_ptr<Amoebax::IPlayer>' is deprecated [-Wdeprecated-declarations] 140 | std::auto_ptr<IPlayer> m_LeftPlayer; | ^ -
./TwoPlayersState.h:144:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 144 | std::auto_ptr<Surface> m_Ready; | ^ -
./TwoPlayersState.h:148:18: warning: 'auto_ptr<Amoebax::IPlayer>' is deprecated [-Wdeprecated-declarations] 148 | std::auto_ptr<IPlayer> m_RightPlayer; | ^ -
./TwoPlayersState.h:150:18: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 150 | std::auto_ptr<Font> m_ScoreFont; | ^ -
./TwoPlayersState.h:154:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 154 | std::auto_ptr<Surface> m_Silhouettes; | ^ -
./TwoPlayersState.h:158:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 158 | std::auto_ptr<Surface> m_YouLose; | ^ -
./TwoPlayersState.h:160:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 160 | std::auto_ptr<Surface> m_YouWin; | ^ -
./DemoState.h:65:18: warning: 'auto_ptr<Amoebax::TwoPlayersState>' is deprecated [-Wdeprecated-declarations] 65 | std::auto_ptr<TwoPlayersState> m_Match; | ^ -
./FadeInState.h:57:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 57 | std::auto_ptr<Surface> m_Background; | ^ -
./FadeOutState.h:57:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 57 | std::auto_ptr<Surface> m_Background; | ^ -
Font.cxx:84:10: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 84 | std::auto_ptr<Surface> newFontSurface (Surface::fromFile (fileName)); | ^ -
./System.h:49:31: warning: 'unary_function<Amoebax::Amoeba, void>' is deprecated [-Wdeprecated-declarations] 49 | struct DeleteObject: std::unary_function <T, void> | ^ -
./System.h:49:31: warning: 'unary_function<Amoebax::ChainLabel, void>' is deprecated [-Wdeprecated-declarations] 49 | struct DeleteObject: std::unary_function <T, void> | ^ -
Grid.cxx:429:25: warning: 'mem_fun<void, Amoebax::ChainLabel>' is deprecated [-Wdeprecated-declarations] 429 | std::mem_fun (&ChainLabel::activate)); | ^ -
./HighScoreState.h:65:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 65 | std::auto_ptr<Surface> m_Background; | ^ -
./HighScoreState.h:67:18: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 67 | std::auto_ptr<Font> m_Font; | ^ -
./HighScoreState.h:69:18: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 69 | std::auto_ptr<Font> m_FontHighLight; | ^ -
HighScoreState.cxx:99:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 99 | std::auto_ptr<Surface> title ( | ^ -
./MainMenuState.h:234:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 234 | std::auto_ptr<Surface> m_Background; | ^ -
./MainMenuState.h:236:18: warning: 'auto_ptr<Amoebax::Music>' is deprecated [-Wdeprecated-declarations] 236 | std::auto_ptr<Music> m_BackgroundMusic; | ^ -
./MainMenuState.h:238:18: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 238 | std::auto_ptr<Font> m_Font; | ^ -
./MainMenuState.h:240:18: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 240 | std::auto_ptr<Font> m_FontSelected; | ^ -
./NormalSetupState.h:63:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 63 | std::auto_ptr<Surface> m_Background; | ^ -
./NormalSetupState.h:65:18: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 65 | std::auto_ptr<Font> m_FontNormal; | ^ -
./NormalSetupState.h:67:18: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 67 | std::auto_ptr<Font> m_FontSelected; | ^ -
./TournamentMenuState.h:59:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 59 | std::auto_ptr<Surface> m_Background; | ^ -
./TournamentMenuState.h:61:18: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 61 | std::auto_ptr<Font> m_Font; | ^ -
./TournamentMenuState.h:63:18: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 63 | std::auto_ptr<Font> m_FontSelected; | ^ -
./System.h:49:31: warning: 'unary_function<Amoebax::MainMenuState::IOption, void>' is deprecated [-Wdeprecated-declarations] 49 | struct DeleteObject: std::unary_function <T, void> | ^ -
MainMenuState.cxx:194:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 194 | std::auto_ptr<Surface> title ( | ^ -
NewHighScoreState.cxx:399:48: warning: ignoring return value of function declared with pure attribute [-Wunused-value] 399 | char character[2] = {static_cast<char>(toupper (static_cast<char>(code & 0x7f)), '\0')}; | ^~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
./NormalState.h:74:18: warning: 'auto_ptr<Amoebax::Sound>' is deprecated [-Wdeprecated-declarations] 74 | std::auto_ptr<Sound> m_SoundLose; | ^ -
./NormalState.h:76:18: warning: 'auto_ptr<Amoebax::Sound>' is deprecated [-Wdeprecated-declarations] 76 | std::auto_ptr<Sound> m_SoundWin; | ^ -
NormalSetupState.cxx:164:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 164 | std::auto_ptr<Surface> kim (Surface::fromFile ( | ^ -
NormalSetupState.cxx:172:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 172 | std::auto_ptr<Surface> tom (Surface::fromFile ( | ^ -
./TryAgainState.h:127:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 127 | std::auto_ptr<Surface> m_Background; | ^ -
./TryAgainState.h:129:18: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 129 | std::auto_ptr<Font> m_Font; | ^ -
./TryAgainState.h:131:18: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 131 | std::auto_ptr<Font> m_FontSelected; | ^ -
./TryAgainState.h:19:2: warning: 'AMEOBAX_TRY_AGAIN_STATE_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard] 19 | #if !defined (AMEOBAX_TRY_AGAIN_STATE_H) | ^~ -
./VersusState.h:59:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 59 | std::auto_ptr<Surface> m_Background; | ^ -
./VersusState.h:61:18: warning: 'auto_ptr<Amoebax::Music>' is deprecated [-Wdeprecated-declarations] 61 | std::auto_ptr<Music> m_BackgroundMusic; | ^ -
./System.h:49:31: warning: 'unary_function<Amoebax::OptionsMenuState::IOption, void>' is deprecated [-Wdeprecated-declarations] 49 | struct DeleteObject: std::unary_function <T, void> | ^ -
OptionsMenuState.cxx:183:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 183 | std::auto_ptr<Surface> title (Surface::fromFile ( | ^ -
OptionsMenuState.cxx:310:25: warning: 'mem_fun<void, Amoebax::OptionsMenuState::IOption>' is deprecated [-Wdeprecated-declarations] 310 | std::mem_fun (&IOption::apply)); | ^ -
./PauseState.h:128:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 128 | std::auto_ptr<Surface> m_Background; | ^ -
./PauseState.h:130:18: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 130 | std::auto_ptr<Font> m_Font; | ^ -
./PauseState.h:132:18: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 132 | std::auto_ptr<Font> m_FontSelected; | ^ -
./PauseState.h:19:2: warning: 'AMEOBAX_PAUSE_STATE_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard] 19 | #if !defined (AMEOBAX_PAUSE_STATE_H) | ^~ -
./TournamentSetupState.h:63:22: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 63 | std::auto_ptr<Surface> image; | ^ -
./TournamentSetupState.h:106:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 106 | std::auto_ptr<Surface> m_Background; | ^ -
./TournamentSetupState.h:110:18: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 110 | std::auto_ptr<Font> m_Font; | ^ -
./TournamentSetupState.h:122:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 122 | std::auto_ptr<Surface> m_Selection; | ^ -
TournamentMenuState.cxx:137:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 137 | std::auto_ptr<Surface> title ( | ^ -
./VideoErrorState.h:55:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 55 | std::auto_ptr<Surface> m_Background; | ^ -
./System.h:49:31: warning: 'unary_function<Amoebax::IState, void>' is deprecated [-Wdeprecated-declarations] 49 | struct DeleteObject: std::unary_function <T, void> | ^ -
./TournamentState.h:112:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 112 | std::auto_ptr<Surface> m_Background; | ^ -
./TournamentState.h:114:18: warning: 'auto_ptr<Amoebax::Music>' is deprecated [-Wdeprecated-declarations] 114 | std::auto_ptr<Music> m_BackgroundMusic; | ^ -
./TournamentState.h:120:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 120 | std::auto_ptr<Surface> m_Faces; | ^ -
./TournamentState.h:130:18: warning: 'auto_ptr<Amoebax::Sound>' is deprecated [-Wdeprecated-declarations] 130 | std::auto_ptr<Sound> m_SoundLose; | ^ -
./TournamentState.h:132:18: warning: 'auto_ptr<Amoebax::Sound>' is deprecated [-Wdeprecated-declarations] 132 | std::auto_ptr<Sound> m_SoundWin; | ^ -
TournamentSetupState.cxx:372:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 372 | std::auto_ptr<Surface> faces ( | ^ -
TournamentSetupState.cxx:413:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 413 | std::auto_ptr<Surface> title ( | ^ -
TournamentSetupState.cxx:421:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 421 | std::auto_ptr<Surface> title ( | ^ -
TournamentSetupState.cxx:429:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 429 | std::auto_ptr<Surface> title ( | ^ -
./DrawAmoeba.h:35:36: warning: 'unary_function<Amoebax::Amoeba *, void>' is deprecated [-Wdeprecated-declarations] 35 | struct DrawAmoeba: public std::unary_function<Amoeba *, void> | ^ -
./DrawChainLabel.h:37:40: warning: 'unary_function<Amoebax::ChainLabel *, void>' is deprecated [-Wdeprecated-declarations] 37 | struct DrawChainLabel: public std::unary_function<ChainLabel *, void> | ^ -
./TwoComputerPlayersState.h:66:18: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 66 | std::auto_ptr<Surface> m_Background; | ^ -
./Grid.h:227:18: warning: 'auto_ptr<Amoebax::Sound>' is deprecated [-Wdeprecated-declarations] 227 | In file included from TournamentState.cxx :31:
-
TournamentState.cxx:436:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 436 | std::auto_ptr<Surface> grid ( | ^ -
TrainingState.cxx:347:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 347 | std::auto_ptr<Surface> gridBackground ( | ^ -
TryAgainState.cxx:154:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 154 | std::auto_ptr<Surface> title ( | ^ -
TwoComputerPlayersState.cxx:187:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 187 | std::auto_ptr<Surface> winner ( | ^ -
TwoComputerPlayersState.cxx:194:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 194 | std::auto_ptr<Surface> YouWin ( | ^ -
TwoComputerPlayersState.cxx:209:14: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 209 | std::auto_ptr<Font> font ( | ^ -
TwoPlayersState.cxx:373:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 373 | std::auto_ptr<Surface> gridBackground ( | ^ -
VersusState.cxx:149:10: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 149 | std::auto_ptr<Font> font ( | ^ -
VersusState.cxx:152:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 152 | std::auto_ptr<Surface> player ( | ^ -
VersusState.cxx:164:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 164 | std::auto_ptr<Surface> opponent ( | ^ -
VersusState.cxx:178:14: warning: 'auto_ptr<Amoebax::Surface>' is deprecated [-Wdeprecated-declarations] 178 | std::auto_ptr<Surface> versus ( | ^ -
VideoErrorState.cxx:66:10: warning: 'auto_ptr<Amoebax::Font>' is deprecated [-Wdeprecated-declarations] 66 | std::auto_ptr<Font> font (Font::fromFile (File::getFontFilePath ("fontMenu"))); | ^