Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gdbparser: fix compile warnings #3383

Merged

Conversation

UffeJakobsen
Copy link
Contributor

gdbparser: fix compile warnings

32% 498/1526: 1028/1/498: 421.261 1.2 ?: Building CXX object gdbparser/CMakeFiles/gdbparser.dir/main.cpp.o
/tmp/codelite-devel.git/gdbparser/main.cpp: In function `bool testChildrenParser()':
/tmp/codelite-devel.git/gdbparser/main.cpp:98:1: warning: control reaches end of non-void function
[-Wreturn-type]
   98 | }
      | ^
/tmp/codelite-devel.git/gdbparser/main.cpp: In function `bool testTokens()':
/tmp/codelite-devel.git/gdbparser/main.cpp:142:9: warning: control reaches end of non-void
function [-Wreturn-type]
  142 |     free(l);
      |     ~~~~^~~
``'

@eranif eranif merged commit 341bd2e into eranif:master Jun 1, 2024
3 checks passed
@UffeJakobsen UffeJakobsen deleted the master_uj_gdbparser_fix_warnings branch June 2, 2024 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants