preprocessor: Fix profiled bootstrap warning [pr97858]
authorNathan Sidwell <nathan@acm.org>
Tue, 17 Nov 2020 14:45:18 +0000 (06:45 -0800)
committerNathan Sidwell <nathan@acm.org>
Tue, 17 Nov 2020 14:47:16 +0000 (06:47 -0800)
commitd7ab349c44f30bed90b03b45865f6c7c5de1dfd8
treeae35ce87d2fc38c62899a7fbb71c26ac111fe06f
parentafa6adbd6c83eeef6d75655140f7c0c9a02a479e
preprocessor: Fix profiled bootstrap warning [pr97858]

As Jakub points out, we only ever pass a single variadic parm (if at
all), so just an optional arg is fine.

PR preprocessor/97858
libcpp/
* mkdeps.c (munge): Drop varadic args, we only ever use one.
libcpp/mkdeps.c