Marcos Posted September 24, 2017 at 03:11 PM Share Posted September 24, 2017 at 03:11 PM (edited) Boa tarde, implementei o sistema citado no título, e ao compilar o binário me saiu o seguinte warning, sei que não é um erro, mais gostaria de saber de como corrigir o código para que sane esse aviso. Segue o código em questão: bool CPythonNonPlayer::IsMonsterStone(DWORD dwVnum) { const CPythonNonPlayer::TMobTable * c_pTable = GetTable(dwVnum); if (!c_pTable) { DWORD bType = 0; return bType; } return c_pTable->bType == 2; } ------------------------------------------------------------------------------------------------------------------------------------------------------- Segue o Aviso em questão: Aviso 1 warning C4800: 'DWORD' : forçando valor para bool 'true' ou 'false' (aviso de desempenho) E:\Source \Source Cliente\source_cliente\source\UserInterface\PythonNonPlayer.cpp 291 1 UserInterface Edited September 24, 2017 at 03:13 PM by Marcos faltando final do código Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now