Skip to content

Commit

Permalink
Fix __attribute__ for new formals
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Rift <[email protected]>
  • Loading branch information
riftEmber committed Dec 16, 2024
1 parent 1791d45 commit 2344862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/include/chpllaunch.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void chpl_append_to_largv(int* largc, const char*** largv, int* largv_len,
const char* arg);
void chpl_append_to_cmd(char** cmdBufPtr, int* charsWritten,
const char* format, ...)
__attribute__((format(printf, 2, 3)));
__attribute__((format(printf, 3, 4)));
int chpl_run_utility1K(const char *command, char *const argv[],
char *outbuf, int outbuflen);
int chpl_run_cmdstr(const char *commandStr, char *outbuf, int outbuflen);
Expand Down

0 comments on commit 2344862

Please sign in to comment.