Skip to content

Commit

Permalink
fixup! resource: Add suppression directives for Boost and Ygg
Browse files Browse the repository at this point in the history
  • Loading branch information
milroy committed Aug 21, 2023
1 parent a8c3208 commit 1b38382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/readers/resource_spec_grug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extern "C" {
#include <iostream>
#include <cstdint>

#ifdef __clang__
#if defined (__clang__) || (__GNUC__ <= 11)
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/graphviz.hpp>
#elif (__GNUC__ > 11)
Expand Down

0 comments on commit 1b38382

Please sign in to comment.