mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
ALL: move av_unused to conform with standard requirement
This is required placement by standard [[maybe_unused]] attribute, works the same for __attribute__((unused)). Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
This commit is contained in:
parent
b9cc8e3210
commit
d6cb0d2c2b
62 changed files with 151 additions and 151 deletions
|
|
@ -75,7 +75,7 @@ RTSP_STATUS_VERSION =505,
|
|||
RTSP_STATUS_UNSUPPORTED_OPTION =551,
|
||||
};
|
||||
|
||||
static const av_unused char * const rtsp_status_strings[] = {
|
||||
av_unused static const char * const rtsp_status_strings[] = {
|
||||
[RTSP_STATUS_CONTINUE] ="Continue",
|
||||
[RTSP_STATUS_OK] ="OK",
|
||||
[RTSP_STATUS_CREATED] ="Created",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue