Skip to content

Commit 2fc5713

Browse files
author
Ralph Castain
committed
Silence redefinition warning
Signed-off-by: Ralph Castain <[email protected]>
1 parent 41b1701 commit 2fc5713

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

opal/mca/pmix/pmix2x/pmix2x.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
22
/*
3-
* Copyright (c) 2014-2017 Intel, Inc. All rights reserved.
3+
* Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
44
* Copyright (c) 2014-2015 Mellanox Technologies, Inc.
55
* All rights reserved.
66
* Copyright (c) 2016 Research Organization for Information Science
@@ -38,6 +38,9 @@
3838
BEGIN_C_DECLS
3939

4040
#ifdef OPAL_C_HAVE_VISIBILITY
41+
#ifdef PMIX_HAVE_VISIBILITY
42+
#undef PMIX_HAVE_VISIBILITY
43+
#endif
4144
#define PMIX_HAVE_VISIBILITY 1
4245
#else
4346
#undef PMIX_HAVE_VISIBILITY

0 commit comments

Comments
 (0)