clang-tidy: add most bugprone warnings
[lttng-tools.git] / tests / unit / test_unix_socket.cpp
index 361dbe36a7edf4e0c7b304b81ed30e499cd9211e..ea02c2ec2700ddcebc3b42f810fea9b7ab5b6a9a 100644 (file)
@@ -27,7 +27,7 @@
 
 #define HIGH_FD_COUNT          LTTCOMM_MAX_SEND_FDS
 #define MESSAGE_COUNT          4
-#define LARGE_PAYLOAD_SIZE     4 * 1024
+#define LARGE_PAYLOAD_SIZE     (4 * 1024)
 #define LARGE_PAYLOAD_RECV_SIZE 100
 
 static const int TEST_COUNT = 37;
This page took 0.022966 seconds and 4 git commands to generate.