Skip to content

Commit

Permalink
reset werror for GCC until we fix the crashpad compat
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus committed Jan 17, 2025
1 parent f169a7d commit 7a16287
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
ame: CI

on:
push:
Expand Down Expand Up @@ -48,12 +48,12 @@ jobs:
os: ubuntu-20.04
CC: gcc
CXX: g++
ERROR_ON_WARNINGS: 1
# ERROR_ON_WARNINGS: 1
- name: Linux (GCC 12)
os: ubuntu-22.04
CC: gcc-12
CXX: g++-12
ERROR_ON_WARNINGS: 1
# ERROR_ON_WARNINGS: 1
# The GCC analyzer 10.0.1 (as on CI) has an internal compiler error
# currently, and is not stable enough to activate.
# RUN_ANALYZER: gcc
Expand Down
3 changes: 0 additions & 3 deletions src/sentry_info.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpedantic"
#include "sentry_boot.h"
#pragma GCC diagnostic pop

const char *
sentry_sdk_version(void)
Expand Down

0 comments on commit 7a16287

Please sign in to comment.