You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Learn more about: Arithmetic overflow: '%operator%' operation produces a negative unsigned result at compile time
title
C26454
keywords
C26454
ms.date
01/08/2017
ms.topic
reference
f1_keywords
C26454
helpviewer_keywords
C26454
dev_langs
C++
Arithmetic overflow: '%operator%' operation produces a negative unsigned result at compile time
This warning indicates that the subtraction operation produces a negative result which was evaluated in an unsigned context. This can result in unintended overflows.