]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/filter_common.h
macosx: Fix crash log and remove some unneeded NSLog.
[vlc] / modules / video_filter / filter_common.h
index e6f131b8eeed2f4b2bfddcf501cde87a4da0ff53..2efc0521d3a6744be35a8d0b091787524e385a0c 100644 (file)
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #define ALLOCATE_DIRECTBUFFERS( i_max ) \
@@ -68,6 +68,7 @@
 static int SetParentVal( vlc_object_t *p_this, char const *psz_var,
                        vlc_value_t oldval, vlc_value_t newval, void *p_data )
 {
+    VLC_UNUSED(p_this); VLC_UNUSED(oldval);
     var_Change( (vlc_object_t *)p_data, psz_var, VLC_VAR_SETVALUE,
                  &newval, NULL );
     return VLC_SUCCESS;