We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11abe21 commit 5280bf1Copy full SHA for 5280bf1
1 file changed
src/video_display/omt.cpp
@@ -110,7 +110,7 @@ void init_send(state_vdisp_omt *s){
110
s->omt_video_frame.Timestamp = -1;
111
}
112
113
-void *display_omt_init(module *parent, const char *fmt, unsigned int flags){
+void *display_omt_init(module */*parent*/, const char *fmt, unsigned int /*flags*/){
114
auto s = std::make_unique<state_vdisp_omt>();
115
116
ug_register_omt_log_callback();
0 commit comments