File tree 3 files changed +5
-1
lines changed
Bugsnag/KSCrash/Source/KSCrash/Recording/Tools
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ typedef struct {
36
36
BSG_Mach_Binary_Image_Info *contents;
37
37
} BSG_Mach_Binary_Images;
38
38
39
- static BSG_Mach_Binary_Images bsg_mach_binary_images;
40
39
41
40
// MARK: - Locking
42
41
Original file line number Diff line number Diff line change 15
15
16
16
// MARK: - Locking
17
17
18
+ static BSG_Mach_Binary_Images bsg_mach_binary_images;
19
+
18
20
// Pragma's hide unavoidable (and expected) deprecation/unavailable warnings
19
21
_Pragma (" clang diagnostic push" )
20
22
_Pragma (" clang diagnostic ignored \" -Wunguarded-availability\" " )
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ Changelog
3
3
4
4
## TBD
5
5
6
+ * Move binary images store declaration from header file
7
+ [ #725 ] ( https://github.com/bugsnag/bugsnag-cocoa/pull/725 )
8
+
6
9
* Make stacktrace properties for error/thread readwrite
7
10
[ #722 ] ( https://github.com/bugsnag/bugsnag-cocoa/pull/722 )
8
11
You can’t perform that action at this time.
0 commit comments