This fixes the following compilation issue:
./../source/chan.c:91:6: error: non-void function 'do_math' should return a value [-Wreturn-type] return;
Differential D2395
Explicitly return a value when command should silently fail dereckson on Aug 29 2021, 00:54. Authored by Tags None Referenced Files
Subscribers None
Details
This fixes the following compilation issue: ./../source/chan.c:91:6: error: non-void function 'do_math' should return a value [-Wreturn-type] return; gmake
Diff Detail
|