There was an error fetching the commit references. Please try again later.
hle/service: Resolve unused variable warnings
In several places, we have request parsers where there's nothing to really parse, simply because the HLE function in question operates on buffers. In these cases we can just remove these instances altogether. In the other cases, we can retrieve the relevant members from the parser and at least log them out, giving them some use.
Showing
- src/core/hle/service/am/am.cpp 4 additions, 3 deletionssrc/core/hle/service/am/am.cpp
- src/core/hle/service/audio/audout_u.cpp 0 additions, 4 deletionssrc/core/hle/service/audio/audout_u.cpp
- src/core/hle/service/audio/audren_u.cpp 6 additions, 7 deletionssrc/core/hle/service/audio/audren_u.cpp
- src/core/hle/service/filesystem/fsp_srv.cpp 29 additions, 41 deletionssrc/core/hle/service/filesystem/fsp_srv.cpp
- src/core/hle/service/sockets/sfdnsres.cpp 10 additions, 2 deletionssrc/core/hle/service/sockets/sfdnsres.cpp
- src/core/hle/service/spl/module.cpp 1 addition, 3 deletionssrc/core/hle/service/spl/module.cpp
- src/core/hle/service/ssl/ssl.cpp 8 additions, 1 deletionsrc/core/hle/service/ssl/ssl.cpp
- src/core/hle/service/vi/vi.cpp 0 additions, 1 deletionsrc/core/hle/service/vi/vi.cpp
Loading
Please register or sign in to comment