1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

-documentation

-erro message
This commit is contained in:
Alex
2023-12-11 16:21:19 -08:00
parent 1e6f877777
commit 9921b74e6d
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1736,7 +1736,7 @@ void Profiler::Worker()
# elif defined __QNX__
// global broadcast address of 255.255.255.255 is not well-supported by QNX,
// use the interface broadcast address instead, e.g. "const char* addr = 192.168.1.255;"
# error Need to set an appropriate broadcast address for a QNX target.
# error Need to specify TRACY_CLIENT_ADDRESS for a QNX target.
# else
const char* addr = "255.255.255.255";
# endif