Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 510 Bytes

compiler-warning-level-1-c4098.md

File metadata and controls

13 lines (11 loc) · 510 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4098
Compiler Warning (level 1) C4098
11/04/2016
C4098
C4098
8c8aef1c-1639-44ec-a3dd-c0dfe9aa727d

Compiler Warning (level 1) C4098

'function' : void function returning a value

A function declared with return type void has a return statement that returns a value. The compiler assumes the function returns a value of type int.