mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Ruby: Get rid of warning in getUnknownMember
This commit is contained in:
@@ -718,6 +718,10 @@ module API {
|
||||
or
|
||||
succ = MkMethodAccessNode(entry.getACall())
|
||||
)
|
||||
or
|
||||
// to get rid of an incompatible types error in `getUnknownMember`
|
||||
lbl = Label::unknownMember() and
|
||||
none()
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user