mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 07:27:33 +08:00
[OpenMP] Fix warnings due to redundant semicolons. NFC.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -119,7 +119,7 @@ extern ompt_callbacks_active_t ompt_enabled;
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user