https://bugs.llvm.org/show_bug.cgi?id=34790

Davide Italiano <dav...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Davide Italiano <dav...@freebsd.org> ---
Jakub probably fixed this one

$ ./clang -o3 abc.c -c
abc.c:15:11: warning: implicit declaration of function 'fn2' is invalid in C99
[-Wimplicit-function-declaration]
          fn2();
          ^
abc.c:42:1: warning: control may reach end of non-void function [-Wreturn-type]
}
^
2 warnings generated.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to