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)

program_options_options_description.diff (1.1 KB ) - added by Darren Garvey 15 years ago.

Download all attachments as: .zip

Change History (2)

by Darren Garvey, 15 years ago

comment:1 by Vladimir Prus, 15 years ago

Resolution: fixed
Status: newclosed

(In [38871]) Apply patch to fix gcc warning. Fixes #1209.

Note: See TracTickets for help on using tickets.