This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  e924a8ef1d469760c614617cb16ed9801dcbd941 (commit)
       via  89c20300ed55e06459325a981eb1ae0f6bb8378a (commit)
       via  965eb50cda15a2b991684fce2d9e64556ca38523 (commit)
      from  f73fc9bc9e5e0d13da64695e4b2209e00632f874 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e924a8ef1d469760c614617cb16ed9801dcbd941
commit e924a8ef1d469760c614617cb16ed9801dcbd941
Merge: f73fc9b 89c2030
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Mon Sep 26 14:51:38 2016 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Mon Sep 26 14:51:38 2016 -0400

    Merge topic 'suppress-pgi-warnings' into next
    
    89c20300 CTestCustom: Suppress PGI warnings in generated Lexer/Parser code
    965eb50c CTestCustom: Suppress PGI compiler warning summary line


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=89c20300ed55e06459325a981eb1ae0f6bb8378a
commit 89c20300ed55e06459325a981eb1ae0f6bb8378a
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Mon Sep 26 14:50:02 2016 -0400
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Mon Sep 26 14:50:02 2016 -0400

    CTestCustom: Suppress PGI warnings in generated Lexer/Parser code

diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 93efdb4..710681c 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -49,6 +49,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
   "stl_deque.h:1051"
   "(Lexer|Parser).*warning.*conversion.*may (alter its value|change the sign)"
   "(Lexer|Parser).*warning.*(statement is unreachable|will never be executed)"
+  "(Lexer|Parser).*warning.*variable.*was set but never used"
   "PGC-W-0095-Type cast required for this conversion.*ProcessUNIX.c"
   "[Qq]t([Cc]ore|[Gg]ui|[Ww]idgets).*warning.*conversion.*may alter its value"
   "warning:.*is.*very unsafe.*consider using.*"

https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=965eb50cda15a2b991684fce2d9e64556ca38523
commit 965eb50cda15a2b991684fce2d9e64556ca38523
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Mon Sep 26 14:49:08 2016 -0400
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Mon Sep 26 14:49:39 2016 -0400

    CTestCustom: Suppress PGI compiler warning summary line
    
    We will match/ignore the actual warning lines, if any, so we can always
    ignore the summary line if present.

diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 8489178..93efdb4 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -70,6 +70,8 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
   # Ignore clang's summary warning, assuming prior text has matched some
   # other warning expression:
   "[0-9,]+ warnings? generated."
+  # similarly for PGI
+  "compilation completed with warnings"
 
 # scanbuild exceptions
   "char_traits.h:.*: warning: Null pointer argument in call to string length 
function"

-----------------------------------------------------------------------

Summary of changes:
 CTestCustom.cmake.in |    3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to