diff options
author | Tobias Burnus <tobias@codesourcery.com> | 2023-11-24 19:52:54 +0100 |
---|---|---|
committer | Tobias Burnus <tobias@codesourcery.com> | 2023-11-24 19:52:54 +0100 |
commit | 6eb1507107dee3e67e3a136e2917b93cdffba7c4 (patch) | |
tree | 318f72779803cae8fa1487657a4d3cf362c57d5b /gcc | |
parent | 1be097841f48a6a67e284228120d1cad50666be4 (diff) | |
download | gcc-6eb1507107dee3e67e3a136e2917b93cdffba7c4.zip gcc-6eb1507107dee3e67e3a136e2917b93cdffba7c4.tar.gz gcc-6eb1507107dee3e67e3a136e2917b93cdffba7c4.tar.bz2 |
c-family/c.opt (-Wopenmp): Add missing tailing '.'
gcc/c-family/ChangeLog:
* c.opt (-Wopenmp): Add missing tailing '.'.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/c-family/c.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt index c3d45a6..a2c8cef 100644 --- a/gcc/c-family/c.opt +++ b/gcc/c-family/c.opt @@ -1177,7 +1177,7 @@ Warn about potentially suboptimal choices related to OpenACC parallelism. Wopenmp C ObjC C++ ObjC++ Warning Var(warn_openmp) Init(1) -Warn about suspicious OpenMP code +Warn about suspicious OpenMP code. Wopenmp-simd C C++ Var(warn_openmp_simd) Warning LangEnabledBy(C C++,Wall) |