浏览代码

mac-syphon: Fix unused parameter warning

tytan652 3 年之前
父节点
当前提交
e4f004cdf8
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      plugins/mac-syphon/syphon.m

+ 2 - 0
plugins/mac-syphon/syphon.m

@@ -680,6 +680,8 @@ static inline void build_sprite_rect(struct gs_vb_data *data, float origin_x,
 
 static void syphon_video_tick(void *data, float seconds)
 {
+	UNUSED_PARAMETER(seconds);
+
 	syphon_t s = data;
 
 	if (!s->tex)