Skip to content

Commit

Permalink
Supress string_query function warning
Browse files Browse the repository at this point in the history
  • Loading branch information
S-H-GAMELINKS committed Oct 12, 2024
1 parent 3142fed commit 0635814
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/prism/extension.c
Original file line number Diff line number Diff line change
Expand Up @@ -1153,6 +1153,7 @@ string_query(pm_string_query_t result) {
case PM_STRING_QUERY_TRUE:
return Qtrue;
}
return Qfalse;
}

/**
Expand Down

0 comments on commit 0635814

Please sign in to comment.