Skip to content

Commit

Permalink
#11 try to suppress macos warning
Browse files Browse the repository at this point in the history
  • Loading branch information
RSWilli committed Sep 1, 2023
1 parent d5862de commit 30a1223
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gst/gst_debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ void cgoDebugLog (GstDebugCategory * category,
GObject * object,
const gchar * msg)
{
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wformat-security"
gst_debug_log(category, level, file, function, line, object, msg);
#pragma GCC diagnostic pop
}
void cgoSetLogFunction()
Expand Down

0 comments on commit 30a1223

Please sign in to comment.