[all-commits] [llvm/llvm-project] 405eef: [OpenMP][NFC] Change comment style to eliminate wa...

Jonathan Peyton via All-commits all-commits at lists.llvm.org
Tue Jul 13 10:29:18 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 405eefe46497bde580c28ce2d2b79f0e96f2a1d0
      https://github.com/llvm/llvm-project/commit/405eefe46497bde580c28ce2d2b79f0e96f2a1d0
  Author: Peyton, Jonathan L <jonathan.l.peyton at intel.com>
  Date:   2021-07-13 (Tue, 13 Jul 2021)

  Changed paths:
    M openmp/runtime/src/kmp_os.h

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list