Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"conversion from unsigned int to const long requires a narrowing conv…
…ersion" and why do you care so much to make this an error? GCC 9.3 is fine with it, it is taking an unsigned int (32-bit integer) and converting it to a signed long (32/64-bit signed integer). So what?
- Loading branch information