mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[PR #498] [MERGED] Fix macOS build warnings #1646
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1646
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/debauchee/barrier/pull/498
Author: @tiwoc
Created: 11/19/2019
Status: ✅ Merged
Merged: 11/19/2019
Merged by: @AdrianKoshka
Base:
master← Head:fix-macos-warnings📝 Commits (4)
da38763Remove unused variables96e8adbIpcLogOutputter: Put member initializers in execution order937326bOSXDragView: Get rid of uninitialized variable warningdc2d8e9Add override specifiers📊 Changes
6 files changed (+11 additions, -14 deletions)
View changed files
📝
src/gui/src/SettingsDialog.cpp(+1 -3)📝
src/lib/arch/unix/ArchNetworkBSD.cpp(+0 -1)📝
src/lib/barrier/ServerApp.cpp(+2 -2)📝
src/lib/ipc/IpcLogOutputter.cpp(+1 -1)📝
src/lib/net/SecureSocket.h(+5 -5)📝
src/lib/platform/OSXDragView.m(+2 -2)📄 Description
When building barrier with Xcode 11.2.1 on macOS Catalina, there are a few warnings in the build output. The changes from this PR fix all of these without changing the app's behavior.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.