Skip to content

Commit

Permalink
Merge pull request #725 from bugsnag/tom/move-mach-header-data
Browse files Browse the repository at this point in the history
Moved binary images store declaration from header file
  • Loading branch information
tomlongridge authored Jun 29, 2020
2 parents 923f4d9 + 6ea009d commit de1428c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ typedef struct {
BSG_Mach_Binary_Image_Info *contents;
} BSG_Mach_Binary_Images;

static BSG_Mach_Binary_Images bsg_mach_binary_images;

// MARK: - Locking

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

// MARK: - Locking

static BSG_Mach_Binary_Images bsg_mach_binary_images;

// Pragma's hide unavoidable (and expected) deprecation/unavailable warnings
_Pragma("clang diagnostic push")
_Pragma("clang diagnostic ignored \"-Wunguarded-availability\"")
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Changelog

## TBD

* Move binary images store declaration from header file
[#725](https://github.com/bugsnag/bugsnag-cocoa/pull/725)

* Make stacktrace properties for error/thread readwrite
[#722](https://github.com/bugsnag/bugsnag-cocoa/pull/722)

Expand Down

0 comments on commit de1428c

Please sign in to comment.