UW-Hydro / VIC

The Variable Infiltration Capacity (VIC) Macroscale Hydrologic Model
http://vic.readthedocs.io
MIT License
259 stars 385 forks source link

Revised two files (input_tools.c in share_all and CalcBlowingSnow.c in vic_run) to avoid warnings. #848

Open Sibada opened 5 years ago

Sibada commented 5 years ago

Add a simple return line at the end of some functions to avoid warnings like "control reaches end of non-void function [-Wreturn-type]".