mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-27 13:28:47 +02:00
macOS support warning
This commit is contained in:
parent
7715f3bbd3
commit
eb021d84c2
3 changed files with 9 additions and 10 deletions
|
@ -67,7 +67,7 @@ PcmDevice getPcmDevice(const std::string& soundcard)
|
|||
int main (int argc, char **argv)
|
||||
{
|
||||
#ifdef MACOS
|
||||
#pragma message "Warning: the Mac OS support is experimental and might not be maintained"
|
||||
#pragma message "Warning: the macOS support is experimental and might not be maintained"
|
||||
#endif
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue