dotdotpan / exceptions4c

Automatically exported from code.google.com/p/exceptions4c
0 stars 0 forks source link

Compiler warnings #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Compiler warning appears in many places, most notably when using 
"e4c_reusing_context" and "catch"

What is the expected output? What do you see instead?
Expected: ""
Received: "Add explicit braces to avoid dangling else"

What version of the product are you using? On what operating system?
Version 3.0.5 on OSX 10.10 
(LLVM 6.0 clang 600.0.54)

Please provide any additional information below.
I recently pulled the newest version and I noticed in the upgrade from 3.0.0 to 
3.0.5, compiler warnings about adding braces appeared. 

This is not a problem, though you mention 
(https://code.google.com/p/exceptions4c/wiki/reasons) that this should compile 
without warnings, so I thought I'd point it out.

Original issue reported on code.google.com by TheIrrat...@gmail.com on 13 Feb 2015 at 7:20

Attachments: