HomeDevCentral

Explicitly return a value when command should silently fail

Description

Explicitly return a value when command should silently fail

Summary:
This fixes the following compilation issue:

./../source/chan.c:91:6: error: non-void function 'do_math'
should return a value [-Wreturn-type] return;

Test Plan: gmake

Reviewers: dereckson

Reviewed By: dereckson

Maniphest Tasks: T1646

Differential Revision: https://devcentral.nasqueron.org/D2395

Details

Provenance
derecksonAuthored on Aug 28 2021, 23:59
derecksonPushed on Aug 29 2021, 00:55
Reviewer
dereckson
Differential Revision
D2395: Explicitly return a value when command should silently fail
Parents
rDARKBOTe9e51bf64a8c: Configure Arcanist
Branches
Unknown
Tags
Unknown
Tasks
T1646: Compile darkbot on Eglide