File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1212 * All rights reserved.
1313 * Copyright (c) 2015 Los Alamos National Security, LLC. All rights
1414 * reserved.
15+ * Copyright (c) 2016 Research Organization for Information Science
16+ * and Technology (RIST). All rights reserved.
1517 * $COPYRIGHT$
1618 *
1719 * Additional copyrights may follow
@@ -52,7 +54,7 @@ typedef uint128_t opal_uint128_t;
5254/* Clang won't quietly accept "-pedantic", but GCC versions older than ~4.8
5355 * won't quietly accept "-Wpedanic". The whole "#pragma GCC diagnostic ..."
5456 * facility only was added to GCC as of version 4.6. */
55- #if defined(__clang__ )
57+ #if defined(__clang__ ) || (defined( __GNUC__ ) && __GNUC__ >= 6 )
5658#pragma GCC diagnostic ignored "-Wpedantic"
5759#else
5860#pragma GCC diagnostic ignored "-pedantic"
You can’t perform that action at this time.
0 commit comments