Skip to content

Commit db80434

Browse files
committed
Remove -Wtype-limits suppression.
(cherry picked from commit 2f7084f)
1 parent 782257b commit db80434

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

generate.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@
132132

133133
<!-- Project specific flags -->
134134
<flag name="Wno-long-long" comment="Allow use of C99 'long long' type." context="c" />
135-
<flag name="Wno-type-limits" comment="Ignore always true or false conditions due to the limited range of the data type." context="c++" />
136135
<flag name="fno-var-tracking-assignments" compiler="gcc" comment="Limit delays and warnings." context="c++" />
137136
</configure>
138137

0 commit comments

Comments
 (0)