Skip to content

Commit

Permalink
Suppress some warning on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
numbaa committed Aug 1, 2024
1 parent 40477f1 commit 40b5739
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/renderer/vtb_gl_pipeline_plat.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#pragma clang diagnostic ignored "-Wmissing-method-return-type"
#pragma clang diagnostic ignored "-Wpedantic"
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
#pragma clang diagnostic ignored "-Wavailability"

#include "vtb_gl_pipeline_plat.h"

Expand Down

0 comments on commit 40b5739

Please sign in to comment.