Skip to content

Commit

Permalink
Yet another build break
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterbrereton committed Mar 18, 2023
1 parent b74b2e2 commit 7eb2ba4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: 🗜️ Create archive
run: |
cd build/Release
xattr -d com.apple.quarantine hyde
# xattr -d com.apple.quarantine hyde
tar -zcvf hyde-${{github.ref_name}}-macos-${{runner.arch}}.tgz hyde
- name: ✍️ Post archive
uses: softprops/action-gh-release@v1
Expand Down
3 changes: 3 additions & 0 deletions include/_clang_include_prefix.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#pragma clang diagnostic push

#pragma clang diagnostic ignored "-Wunknown-pragmas"

#pragma clang diagnostic ignored "-Wdeprecated-anon-enum-enum-conversion"
#pragma clang diagnostic ignored "-Wc++98-compat-pedantic"
#pragma clang diagnostic ignored "-Wc++98-compat"
Expand Down
3 changes: 2 additions & 1 deletion sources/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ written permission of Adobe.
#include <fstream>
#include <iomanip>
#include <iostream>
#include <unordered_set>
#include <optional>
#include <sstream>
#include <unordered_set>

// clang/llvm
#include "_clang_include_prefix.hpp" // must be first to disable warnings for clang headers
Expand Down

0 comments on commit 7eb2ba4

Please sign in to comment.