add LIBIMP_UNUSED for ut

This commit is contained in:
mutouyun 2023-10-28 11:21:28 +08:00
parent 3b268e0fbf
commit 9d4b482224

View File

@ -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();
}
{