[llvm-commits] [www] r136820 - /www/trunk/demo/index.cgi

Tanya Lattner tonic at nondot.org
Wed Aug 3 15:34:25 PDT 2011


On Aug 3, 2011, at 3:31 PM, Bill Wendling wrote:

> On Aug 3, 2011, at 3:24 PM, Eli Friedman wrote:
> 
>> On Wed, Aug 3, 2011 at 3:17 PM, Tanya Lattner <tonic at nondot.org> wrote:
>> Should a dragon really meow? :)
>> 
> What *do* dragons say? :-)
> 

haha.. yeah I changed it.

>> Also, it appears that the default source code produces a warning:
>> 
>> Output from llvm C/C++ front-end (clang)
>> 
>> /tmp/webcompile/_4493_0.c:9:14: warning: unused parameter 'argc'
>> [-Wunused-parameter]
>> int main(int argc, char **argv) {
>>            ^
>> 1 diagnostic generated.
>> 
> I think that's the fault of the compiler that seems to have been fixed all ready.

well, I could hack the source to change use it but I kinda like how it shows clang's awesome warning messages ;)

-Tanya

> 
> -bw





More information about the llvm-commits mailing list