[OpenMP][NFC] Change comment style to eliminate warnings from GCC
authorPeyton, Jonathan L <jonathan.l.peyton@intel.com>
Tue, 13 Jul 2021 17:23:49 +0000 (12:23 -0500)
committerPeyton, Jonathan L <jonathan.l.peyton@intel.com>
Tue, 13 Jul 2021 17:27:08 +0000 (12:27 -0500)
commit405eefe46497bde580c28ce2d2b79f0e96f2a1d0
treee0c0e5e03fa4c51d41529672b6dc8bffafc02226
parent03282f2fe14e9dd61aaeeda3785f56c7ccb4f3c9
[OpenMP][NFC] Change comment style to eliminate warnings from GCC

Standalone build for OpenMP runtime using GCC is giving -Wcomment
warnings where a backslash newline is encountered in the // style
comment. This switches the // style for /* style to silence the
warnings.
openmp/runtime/src/kmp_os.h