mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
8.36
This commit is contained in:
@ -142,6 +142,8 @@ static void CheckComparisonOperators() {
|
||||
}
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
CheckComparisonOperators();
|
||||
CheckSTLComparator();
|
||||
|
||||
|
Reference in New Issue
Block a user