mirror of
https://github.com/crashoz/uuid_v4.git
synced 2024-11-21 01:10:52 +08:00
example.cpp: Fixed a minor pedantic warning
This commit is contained in:
parent
938e5753c8
commit
19e1595808
@ -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<std::mt19937_64> uuidGenerator;
|
||||
char txt[37];
|
||||
auto t1 = std::chrono::high_resolution_clock::now();
|
||||
|
Loading…
Reference in New Issue
Block a user