Skip to content

Commit 7e753da

Browse files
meta: update crashpad 2025-10-22 (#1426)
* update crashpad * update crashpad * point crashpad submodule to getsentry branch --------- Co-authored-by: Mischan Toosarani-Hausberger <[email protected]>
1 parent 3e596e8 commit 7e753da

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
**Internal**:
1111

1212
- Add `SENTRY_SDK_VERSION` CMake cache variable to allow downstream SDKs to override the SDK version at configuration time. ([#1417](https://github.com/getsentry/sentry-native/pull/1417))
13+
- Updated `crashpad` to 2025-10-22. ([#1426](https://github.com/getsentry/sentry-native/pull/1426), [crashpad#136](https://github.com/getsentry/crashpad/pull/136), [mini_chromium#4](https://github.com/getsentry/mini_chromium/pull/4)).
1314

1415
## 0.11.3
1516

external/crashpad

Submodule crashpad updated 207 files

src/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ endif()
128128
# backends
129129
if(SENTRY_BACKEND_CRASHPAD)
130130
target_compile_definitions(sentry PRIVATE SENTRY_BACKEND_CRASHPAD)
131+
if(MSVC)
132+
target_compile_options(sentry PRIVATE
133+
$<$<COMPILE_LANGUAGE:C,CXX>:/wd4127> # Conditional expression is constant.
134+
)
135+
endif()
131136
sentry_target_sources_cwd(sentry
132137
backends/sentry_backend_crashpad.cpp
133138
)

0 commit comments

Comments
 (0)