Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

common/ipc: skip variables for native code on nacl #1169

Merged
merged 1 commit into from
May 31, 2024

Conversation

illwieckz
Copy link
Member

@illwieckz illwieckz commented May 30, 2024

Something I found while unifying compiler flags between native builds and nacl builds.

Unvanquished/daemon/src/common/IPC/Primitives.cpp:85:18: warning: 
      unused variable 'NACL_DESC_TYPE_END_TAG' [-Wunused-const-variable]
static const int NACL_DESC_TYPE_END_TAG  = (0xff);
                 ^
Unvanquished/daemon/src/common/IPC/Primitives.cpp:98:23: warning: 
      unused variable 'NACL_HANDLE_TRANSFER_PROTOCOL' [-Wunused-const-variable]
static const uint32_t NACL_HANDLE_TRANSFER_PROTOCOL = 0xd3c0de01;
                      ^
2 warnings generated.

@illwieckz illwieckz merged commit 8525650 into master May 31, 2024
9 checks passed
@illwieckz illwieckz deleted the illwieckz/ipc-nacl branch May 31, 2024 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants