Skip to content

Commit

Permalink
fix gcc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmiller86 committed Jul 30, 2024
1 parent 372d2ce commit f34bb2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/silo/silo_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,7 @@ typedef struct context_t {
if (!SILO_Globals.Jstk){ \
jstk_push() ; \
if (setjmp(SILO_Globals.Jstk->jbuf)) { \
size_t _nbyt; \
_nbyt = while (SILO_Globals.Jstk) jstk_pop () ; \
while (SILO_Globals.Jstk) jstk_pop () ; \
db_perror ("", db_errno, me) ; \
return R ; \
} \
Expand Down

0 comments on commit f34bb2e

Please sign in to comment.