sdl2: Dead 'pBuf' assignments in diplodlg.c
As clang analyzer reports, sdl2-client two S3_0 diplodlg.c functions assign t 'pBuf' only to overwrite with a new value a bit later, and not using it in between. Functions are popup_war_dialog() (line 1431) and popup_diplomacy_dialog() (line 1636)
As clang analyzer reports, sdl2-client two S3_0 diplodlg.c functions assign t 'pBuf' only to overwrite with a new value a bit later, and not using it in between. Functions are popup_war_dialog() (line 1431) and popup_diplomacy_dialog() (line 1636)