diff --git a/example.cpp b/example.cpp index 2843d02..9a74b37 100644 --- a/example.cpp +++ b/example.cpp @@ -14,7 +14,7 @@ void debugUUID(const UUIDv4::UUID &uuid) { printf("\n"); } -int main(int argc, char* argv[]) { +int main([[maybe_unused]] int argc, [[maybe_unused]] char* argv[]) { UUIDv4::UUIDGenerator uuidGenerator; char txt[37]; auto t1 = std::chrono::high_resolution_clock::now();