Ir para conteúdo
  • Cadastre-se

Posts Recomendados

Estou com erro na hora de compilar : 

 

player.h:185:31: error: type qualifiers ignored on function return type [-Werror=ignored-qualifiers]

   void const setCasting(bool c);
                               ^
player.h:186:43: error: type qualifiers ignored on function return type [-Werror=ignored-qualifiers]
   void const setCastPassword(std::string p) {cast.password = p;};
                                           ^
player.h:188:49: error: type qualifiers ignored on function return type [-Werror=ignored-qualifiers]
   void const setCastDescription(std::string desc) {
                                                 ^
player.h:196:44: error: type qualifiers ignored on function return type [-Werror=ignored-qualifiers]
   void const addCastViewer(ProtocolGame* pg) {
                                            ^
player.h:205:42: error: type qualifiers ignored on function return type [-Werror=ignored-qualifiers]
   void const removeCastViewer(uint32_t id) {
                                          ^
player.h:226:30: error: type qualifiers ignored on function return type [-Werror=ignored-qualifiers]
   void const kickCastViewers() {
                              ^
player.h:238:48: error: type qualifiers ignored on function return type [-Werror=ignored-qualifiers]
   void const kickCastViewerByName(std::string n) {
                                                ^
In file included from actions.cpp:23:0:
player.h:247:38: error: type qualifiers ignored on function return type [-Werror=ignored-qualifiers]
   bool const addCastBan(std::string n) {
                                      ^
player.h:257:41: error: type qualifiers ignored on function return type [-Werror=ignored-qualifiers]
   bool const removeCastBan(std::string n) {
                                         ^
player.h:268:39: error: type qualifiers ignored on function return type [-Werror=ignored-qualifiers]
   bool const addCastMute(std::string n) {
                                       ^
player.h:277:42: error: type qualifiers ignored on function return type [-Werror=ignored-qualifiers]
   bool const removeCastMute(std::string n) {
                                          ^
In file included from actions.cpp:23:0:
player.h: In member function ‘uint32_t Player::getCastIpByName(std::string)’:
player.h:214:11: error: converting to non-pointer type ‘uint32_t {aka unsigned int}’ from NULL [-Werror=conversion-null]
    return NULL;
           ^
player.h: In member function ‘const void Player::kickCastViewers()’:
player.h:235:34: error: cannot call constructor ‘PlayerCast::PlayerCast’ directly [-fpermissive]
    cast = PlayerCast::PlayerCast();
                                  ^
player.h:235:34: error:   for a function-style cast, remove the redundant ‘::PlayerCast’ [-fpermissive]
In file included from actions.cpp:23:0:
player.h: In member function ‘const bool Player::addCastBan(std::string)’:
player.h:252:46: error: cannot call constructor ‘CastBan::CastBan’ directly [-fpermissive]
    cast.bans.push_back(CastBan::CastBan(n, ip));
                                              ^
player.h:252:46: error:   for a function-style cast, remove the redundant ‘::CastBan’ [-fpermissive]
player.h: In member function ‘const bool Player::addCastMute(std::string)’:
player.h:273:47: error: cannot call constructor ‘CastBan::CastBan’ directly [-fpermissive]
    cast.muted.push_back(CastBan::CastBan(n, ip));
                                               ^
player.h:273:47: error:   for a function-style cast, remove the redundant ‘::CastBan’ [-fpermissive]
cc1plus: all warnings being treated as errors
make[1]: ** [actions.o] Erro 1
make[1]: ** Esperando que outros processos terminem.
mv -f .deps/baseevents.Tpo .deps/baseevents.Po
make[1]: Saindo do diretório `/home/swit-tecnologia/otserv/trunk/source'
make: ** [all] Erro 2
 

Editado por tiroleivi (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo