[OpenMP] Fix warnings due to redundant semicolons. NFC.

This commit is contained in:
Martin Storsjö
2021-05-02 21:50:25 +03:00
parent 99173fd03a
commit 01d27fc408
2 changed files with 2 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ void __kmp_i18n_dump_catalog(kmp_str_buf_t *buffer);
#endif // KMP_DEBUG
#ifdef __cplusplus
}; // extern "C"
} // extern "C"
#endif // __cplusplus
#endif // KMP_I18N_H

View File

@@ -119,7 +119,7 @@ extern ompt_callbacks_active_t ompt_enabled;
#endif
#ifdef __cplusplus
};
}
#endif
#endif