Skip to content

Commit

Permalink
Turns out GCC needs these
Browse files Browse the repository at this point in the history
Whoops.
  • Loading branch information
jasonmp85 committed Aug 19, 2015
1 parent df35a6f commit 3ca6644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ruleutils_93.c
Expand Up @@ -70,6 +70,7 @@
#include "utils/xml.h"

#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wempty-body"
#pragma GCC diagnostic ignored "-Wsign-compare"

/* ----------
Expand Down
1 change: 1 addition & 0 deletions src/ruleutils_94.c
Expand Up @@ -72,6 +72,7 @@
#include "utils/xml.h"

#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wempty-body"
#pragma GCC diagnostic ignored "-Wsign-compare"


Expand Down

0 comments on commit 3ca6644

Please sign in to comment.