mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2026-02-08 18:56:41 +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/byte.h"
|
||||||
#include "libimp/span.h"
|
#include "libimp/span.h"
|
||||||
#include "libimp/fmt.h"
|
#include "libimp/fmt.h"
|
||||||
|
#include "libimp/detect_plat.h"
|
||||||
|
|
||||||
TEST(byte, construct) {
|
TEST(byte, construct) {
|
||||||
{
|
{
|
||||||
imp::byte b;
|
LIBIMP_UNUSED imp::byte b;
|
||||||
SUCCEED();
|
SUCCEED();
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user