Skip to content

Commit 70c0ba3

Browse files
fix: now compiles with voice disabled
1 parent f2d5cfd commit 70c0ba3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ jobs:
133133
matrix:
134134
cfg:
135135
- { arch: 'arm64', concurrency: 3, os: macos-15, cpp: clang++, version: 16, cmake-flags: '', xcode-version: '16.0.0' }
136-
- { arch: 'arm64', concurrency: 3, os: macos-15, cpp: clang++, version: 15, cmake-flags: '', xcode-version: '15.3' }
137-
- { arch: 'arm64', concurrency: 3, os: macos-15, cpp: clang++, version: 14, cmake-flags: '', xcode-version: '14.3.1' }
136+
- { arch: 'arm64', concurrency: 3, os: macos-latest, cpp: clang++, version: 15, cmake-flags: '', xcode-version: '15.3' }
137+
- { arch: 'arm64', concurrency: 3, os: macos-latest, cpp: clang++, version: 14, cmake-flags: '', xcode-version: '14.3.1' }
138138
steps:
139139
- name: Harden Runner
140140
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1

src/dpp/voice/stub/stubs.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,7 @@ namespace dpp {
9090
void discord_voice_client::setup() {
9191
}
9292

93+
void on_disconnect() {
94+
}
95+
9396
}

0 commit comments

Comments
 (0)