1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-01 21:23:52 +00:00

Merge pull request #18 from txfx/fix-gcc-pedantic

Remove extra semicolons at the end of namespaces
This commit is contained in:
Bartosz Taudul 2020-05-10 15:44:15 +02:00 committed by GitHub
commit 507b5e3a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -544,6 +544,6 @@ private:
};
};
}
#endif

View File

@ -674,6 +674,6 @@ private:
ParameterCallback m_paramCallback;
};
};
}
#endif

View File

@ -551,6 +551,6 @@ static_assert( sizeof( QueueDataSize ) / sizeof( size_t ) == (uint8_t)QueueType:
static_assert( sizeof( void* ) <= sizeof( uint64_t ), "Pointer size > 8 bytes" );
static_assert( sizeof( void* ) == sizeof( uintptr_t ), "Pointer size != uintptr_t" );
};
}
#endif