Skip to content

Conversation

@mrexodia
Copy link

@mrexodia mrexodia commented Oct 28, 2025

error : constant expression evaluates to -1 which cannot be narrowed to type 'uintb' (aka 'unsigned long long') [-Wc++11-narrowing]

The value 0xffffffffffffffffLL is signed long long (equivalent to -1) which causes a warning when narrowed. This happens when building with clang-cl on Windows.

error : constant expression evaluates to -1 which cannot be narrowed to type 'uintb' (aka 'unsigned long long') [-Wc++11-narrowing]
@jobermayr
Copy link
Contributor

Duplicate of #3299.

@jobermayr
Copy link
Contributor

Also part of #8260.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature: Decompiler Status: Triage Information is being gathered

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants