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

Inspection False Positives on Declare #1712

Closed
joshkreud opened this issue Jun 6, 2016 · 0 comments
Closed

Inspection False Positives on Declare #1712

joshkreud opened this issue Jun 6, 2016 · 0 comments
Assignees
Labels
bug Identifies work items for known bugs parse-tree-processing
Milestone

Comments

@joshkreud
Copy link

On latest Next.

Given this code:

 Declare Function CreateProcess Lib "kernel32" _
                                   Alias "CreateProcessA" (ByVal lpApplicationName As String, _
                                                           ByVal lpCommandLine As String, _
                                                           lpProcessAttributes As SECURITY_ATTRIBUTES, _
                                                           lpThreadAttributes As SECURITY_ATTRIBUTES, _
                                                           ByVal bInheritHandles As Long, _
                                                           ByVal dwCreationFlags As Long, _
                                                           lpEnvironment As Any, _
                                                           ByVal lpCurrentDriectory As String, _
                                                           lpStartupInfo As STARTUPINFO, _
                                                           lpProcessInformation As PROCESS_INFORMATION) As Long

i do get this inspection:
image
Thing is that this function is returning a long as specified in as long

@retailcoder retailcoder added bug Identifies work items for known bugs parse-tree-processing labels Jun 6, 2016
@retailcoder retailcoder added this to the Version 2.0 milestone Jun 6, 2016
@Hosch250 Hosch250 self-assigned this Jun 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Identifies work items for known bugs parse-tree-processing
Projects
None yet
Development

No branches or pull requests

3 participants