Code review comment for lp:~brianaker/drizzle/clang-support

Revision history for this message
Mark Atwood (fallenpegasus) wrote :

On Sat, Aug 4, 2012 at 6:31 AM, Olaf van der Spek <email address hidden> wrote:
>> (void)(ret);
>
> Is stuff like this really necessary?

Do have clang compile without warnings, yes it is.

Otherwise the dataflow analyzer in clang determines that the data
result is unused, and issues a warning.

..m

« Back to merge proposal