diff --git a/opal/util/cmd_line.h b/opal/util/cmd_line.h index 24827dff01..9cf3217208 100644 --- a/opal/util/cmd_line.h +++ b/opal/util/cmd_line.h @@ -9,7 +9,8 @@ * University of Stuttgart. All rights reserved. * Copyright (c) 2004-2005 The Regents of the University of California. * All rights reserved. - * Copyright (c) 2012 Cisco Systems, Inc. All rights reserved. + * Copyright (c) 2012 Cisco Systems, Inc. All rights reserved. + * Copyright (c) 2015 Intel, Inc. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -566,7 +567,7 @@ BEGIN_C_DECLS * to opal_argv_free()) by the caller. */ OPAL_DECLSPEC int opal_cmd_line_get_tail(opal_cmd_line_t *cmd, int *tailc, - char ***tailv) __opal_attribute_nonnull__(1) __opal_attribute_nonnull__(2); + char ***tailv); END_C_DECLS