mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-07 17:26:48 +08:00
add LIBIMP_UNUSED for ut
This commit is contained in:
parent
3b268e0fbf
commit
9d4b482224
@ -4,10 +4,11 @@
|
||||
#include "libimp/byte.h"
|
||||
#include "libimp/span.h"
|
||||
#include "libimp/fmt.h"
|
||||
#include "libimp/detect_plat.h"
|
||||
|
||||
TEST(byte, construct) {
|
||||
{
|
||||
imp::byte b;
|
||||
LIBIMP_UNUSED imp::byte b;
|
||||
SUCCEED();
|
||||
}
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user