1
1

Remove the non-null attributes from the cmd_line parser as this isn't something we can guarantee, and the optimization isn't worth the potential for error

Этот коммит содержится в:
Ralph Castain 2015-06-25 13:24:30 -07:00
родитель 8b62b63786
Коммит 8d128fe090

Просмотреть файл

@ -9,7 +9,8 @@
* University of Stuttgart. All rights reserved. * University of Stuttgart. All rights reserved.
* Copyright (c) 2004-2005 The Regents of the University of California. * Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved. * 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$ * $COPYRIGHT$
* *
* Additional copyrights may follow * Additional copyrights may follow
@ -566,7 +567,7 @@ BEGIN_C_DECLS
* to opal_argv_free()) by the caller. * to opal_argv_free()) by the caller.
*/ */
OPAL_DECLSPEC int opal_cmd_line_get_tail(opal_cmd_line_t *cmd, int *tailc, 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 END_C_DECLS