Opened 15 years ago
Closed 15 years ago
#1209 closed Patches (fixed)
Control reaches end of non-void function
Reported by: | Darren Garvey | Owned by: | Vladimir Prus |
---|---|---|---|
Milestone: | To Be Determined | Component: | program_options |
Version: | Boost 1.34.1 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
The attached patch keeps (at least) gcc happy about options_description::find_nothrow()
reaching the end of the non-void function. The warning is spurious.
Attachments (1)
Change History (2)
by , 15 years ago
Attachment: | program_options_options_description.diff added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [38871]) Apply patch to fix gcc warning. Fixes #1209.