[PR #498] [MERGED] Fix macOS build warnings #1646

Closed
opened 2026-05-05 07:58:29 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: masterHead: fix-macos-warnings


📝 Commits (4)

  • da38763 Remove unused variables
  • 96e8adb IpcLogOutputter: Put member initializers in execution order
  • 937326b OSXDragView: Get rid of uninitialized variable warning
  • dc2d8e9 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/debauchee/barrier/pull/498 **Author:** [@tiwoc](https://github.com/tiwoc) **Created:** 11/19/2019 **Status:** ✅ Merged **Merged:** 11/19/2019 **Merged by:** [@AdrianKoshka](https://github.com/AdrianKoshka) **Base:** `master` ← **Head:** `fix-macos-warnings` --- ### 📝 Commits (4) - [`da38763`](https://github.com/debauchee/barrier/commit/da3876325d6fc737643e3118672292e1eace5e01) Remove unused variables - [`96e8adb`](https://github.com/debauchee/barrier/commit/96e8adbaae126263cd170186411e857b73d851e2) IpcLogOutputter: Put member initializers in execution order - [`937326b`](https://github.com/debauchee/barrier/commit/937326bf4f52eee356bed7afdf65d388961d63d2) OSXDragView: Get rid of uninitialized variable warning - [`dc2d8e9`](https://github.com/debauchee/barrier/commit/dc2d8e966149b6d7675f890ea1ffccac077b8246) Add override specifiers ### 📊 Changes **6 files changed** (+11 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:58:29 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1646
No description provided.