test: add unit tests for PR#5806 #13727
Annotations
10 warnings
Run make analyze:
Sources/Sentry/SentryProfiler.mm#L111
implicit conversion from nullable pointer 'SentryProfileOptions * _Nullable' to non-nullable pointer type 'SentryProfileOptions * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Run make analyze:
Sources/Sentry/SentryProfiler.mm#L104
implicit conversion from nullable pointer 'SentryProfileOptions * _Nullable' to non-nullable pointer type 'SentryProfileOptions * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Run make analyze:
Sources/Sentry/SentryProfiler.mm#L91
implicit conversion from nullable pointer 'SentryProfileOptions * _Nullable' to non-nullable pointer type 'SentryProfileOptions * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Run make analyze:
Sources/Sentry/SentryProfiler.mm#L89
implicit conversion from nullable pointer 'SentryProfileOptions * _Nullable' to non-nullable pointer type 'SentryProfileOptions * _Nonnull __strong' [-Wnullable-to-nonnull-conversion]
|
Run make analyze:
Sources/Sentry/Profiling/SentryProfilerState.mm#L162
implicit conversion from nullable pointer 'NSNumber * _Nullable' to non-nullable pointer type 'NSNumber * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Run make analyze:
Sources/Sentry/Profiling/SentryProfilerState.mm#L162
implicit conversion from nullable pointer 'NSNumber * _Nullable __strong const' to non-nullable pointer type 'NSNumber * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Run make analyze:
Sources/Sentry/Profiling/SentryProfilerState.mm#L147
implicit conversion from nullable pointer 'NSNumber * _Nullable __strong const' to non-nullable pointer type 'NSNumber * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Run make analyze:
Sources/Sentry/Profiling/SentryProfilerState.mm#L32
implicit conversion from nullable pointer 'NSString * _Nullable __strong const' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Run make analyze:
Sources/Sentry/Profiling/SentryTraceProfiler.mm#L53
implicit conversion from nullable pointer 'SentryProfiler * _Nullable __strong' to non-nullable pointer type 'SentryProfiler * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Run make analyze:
Sources/Sentry/Profiling/SentryTraceProfiler.mm#L39
implicit conversion from nullable pointer 'SentryProfiler * _Nullable __strong' to non-nullable pointer type 'SentryProfiler * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Loading