Skip to content
Snippets Groups Projects
Commit a40cec8c authored by Romain Vimont's avatar Romain Vimont Committed by Hugo Beauzée-Luyssen
Browse files

vout: silence unused warning

The vout parameter of vout_CloseWrapper() is only used on Windows,
causing a warning on other platforms:

    ../../src/video_output/vout_wrapper.c:131:39: warning: unused parameter ‘vout’ [-Wunused-parameter]
      131 | void vout_CloseWrapper(vout_thread_t *vout, vout_thread_private_t *sys, vout_display_t *vd)
          |                        ~~~~~~~~~~~~~~~^~~~
parent c73aa7b2
No related branches found
No related tags found
Loading
Pipeline #176559 passed with stage
in 14 minutes and 30 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment