| 117 | |
| 118 | |
| 119 | void Archive::UnkEncVerMsg(const wchar *Name,const wchar *Info) |
| 120 | { |
| 121 | uiMsg(UIERROR_UNKNOWNENCMETHOD,FileName,Name,Info); |
| 122 | ErrHandler.SetErrorCode(RARX_WARNING); |
| 123 | } |
| 124 | |
| 125 | |
| 126 | // Return f in case of signed integer overflow or negative parameters |
nothing calls this directly
no test coverage detected