Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 537 Bytes

compiler-warning-level-3-c4723.md

File metadata and controls

17 lines (13 loc) · 537 Bytes
title description ms.date f1_keywords helpviewer_keywords ms.assetid
Compiler Warning (level 3) C4723
Describes the MSVC compiler warning C4723 for potential divide by zero.
07/08/2020
C4723
C4723
07669d14-3fd8-4a43-94bc-b61c50e58460

Compiler Warning (level 3) C4723

potential divide by 0

The second operand in a divide operation evaluated to zero at compile time, giving undefined results.

This warning is issued only when optimizations are enabled.

The compiler may have generated the zero operand.