Skip to content

Commit

Permalink
Fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Feb 29, 2024
1 parent 6e10589 commit 47b44bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 50 deletions.
50 changes: 0 additions & 50 deletions .clang-format

This file was deleted.

1 change: 1 addition & 0 deletions cpp/src/Ice/WSTransceiver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <IceUtil/Random.h>
#include <Ice/SHA1.h>
#include <IceUtil/StringUtil.h>
#include "Endian.h"

#include <stdint.h>
#include <climits>
Expand Down
2 changes: 2 additions & 0 deletions swift/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ def create_project(name, bindist)
config.build_settings["CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER"] = "YES"
# Disable header maps as they cause problems with parallel builds on Xcode 12
config.build_settings["USE_HEADERMAP"] = "NO"
# The big-endian code is unreachable
config.build_settings["CLANG_WARN_UNREACHABLE_CODE"] = "NO"
end

[:osx, :ios].each do |platform|
Expand Down

0 comments on commit 47b44bb

Please sign in to comment.