Skip to content

Commit

Permalink
Initialize OutputFunctionPrototypeHeader
Browse files Browse the repository at this point in the history
This may be the cause why the package fails to build on 15.6

Signed-off-by: Giuliano Belinassi <[email protected]>
  • Loading branch information
giulianobelinassi committed Jul 3, 2024
1 parent cbdca46 commit 0b3e33c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libcextract/ArgvParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ ArgvParser::ArgvParser(int argc, char **argv)
IpaclonesPath(nullptr),
SymversPath(nullptr),
DescOutputPath(nullptr),
IncExpansionPolicy(nullptr)
IncExpansionPolicy(nullptr),
OutputFunctionPrototypeHeader(nullptr)
{
for (int i = 0; i < argc; i++) {
if (!Handle_Clang_Extract_Arg(argv[i])) {
Expand Down

0 comments on commit 0b3e33c

Please sign in to comment.