Skip to content

Commit

Permalink
svg: Suppress warnings from librsvg
Browse files Browse the repository at this point in the history
First attempt was failed =)

Signed-off-by: Artem Senichev <artemsen@gmail.com>
  • Loading branch information
artemsen committed Sep 28, 2024
1 parent 2f4006d commit 1d96fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formats/svg.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <string.h>

#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpedantic"
#pragma GCC diagnostic ignored "-Wexpansion-to-defined"
#include <librsvg/rsvg.h>
#pragma GCC diagnostic pop

Expand Down

0 comments on commit 1d96fea

Please sign in to comment.