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 9d161bd commit 40477f1
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 @@ -34,6 +34,7 @@
#pragma clang diagnostic ignored "-Wzero-length-array"
#pragma clang diagnostic ignored "-Wmissing-method-return-type"
#pragma clang diagnostic ignored "-Wpedantic"
#pragma clang diagnostic ignored "-Wdeprecated-declarations"

#include "vtb_gl_pipeline_plat.h"

Expand Down

0 comments on commit 40477f1

Please sign in to comment.