http://llvm.org/bugs/show_bug.cgi?id=22228

            Bug ID: 22228
           Summary: getopt_long: Description: Value stored to 'argv' is
                    never read
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: Static Analyzer
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

I think this is a false positive, but I have the standard block of code from
`man getopt_long` in the examples section, and I'm getting a Dead Store Dead
Assignment warning.  I think this is a false positive.

My build is: ANALYZER BUILD: checker-276 (2014-02-18 22:53:01)

The code more specifically is:
https://github.com/h2o/h2o/blob/9cb45394b00f3ca9644ca99ca3d28f96a089835a/src/main.c#L1103-L1140

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to