diff options
author | S-H-GAMELINKS <[email protected]> | 2024-10-12 21:45:42 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-10-13 12:22:58 +0000 |
commit | 6393d2950ddcaa75f92cde9917cf3e4edf9b5347 (patch) | |
tree | 083b2221b121c9434d4dc13db34211c28cb854ea | |
parent | 98fce00cab460be81cb1f5e4cf8c0d66e006a35b (diff) |
[ruby/prism] Supress string_query function warning
https://github.com/ruby/prism/commit/0635814327
-rw-r--r-- | prism/extension.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prism/extension.c b/prism/extension.c index 47603fd9b4..26415c2b6d 100644 --- a/prism/extension.c +++ b/prism/extension.c @@ -1153,6 +1153,7 @@ string_query(pm_string_query_t result) { case PM_STRING_QUERY_TRUE: return Qtrue; } + return Qfalse; } /** |