Skip to content

Commit

Permalink
Getting linux building again
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterbrereton committed Jul 13, 2023
1 parent a4b5f90 commit 4913844
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
#gem 'wdm', '>= 0.1.0' if Gem.win_platform?
source "https://rubygems.org"

# Manage our dependency on the version of the github-pages gem here.
gem "github-pages", "= 228"

# Explicitly include this gem here.
# It is not directly included in the github-pages gem list of dependencies,
# even though it is included in the original GitHub Pages build infrastructure.
gem "jekyll-include-cache", "= 0.2.1"
gem "jekyll-octicons", "~> 14.2"
2 changes: 2 additions & 0 deletions include/_clang_include_prefix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#pragma clang diagnostic ignored "-Weverything"
#elif __GNUC__ // must follow clang (which defines both)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdeprecated-enum-enum-conversion"
#pragma GCC diagnostic ignored "-Wunknown-pragmas"
#pragma GCC diagnostic ignored "-Wall"
#pragma GCC diagnostic ignored "-Wextra"
#endif

0 comments on commit 4913844

Please sign in to comment.