forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2d1f3bc
committed
Fix some 32-bit shift warnings in MSVC
7b37823 widened AclMode to 64 bits which resulted in 3 new additionalwarnings on MSVC. Here we make use of UINT64CONST to reassure thecompiler that we do intend the bit shift expression to yield a 64-bitresult.Discussion:https://postgr.es/m/CAApHDvo=pn01Y_3zASZZqn+cotF1c4QFCwWgk6MiF0VscaE5ug@mail.gmail.com1 parentec5affd commit2d1f3bc
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
626 | 626 |
| |
627 | 627 |
| |
628 | 628 |
| |
629 |
| - | |
| 629 | + | |
630 | 630 |
| |
631 |
| - | |
| 631 | + | |
632 | 632 |
| |
633 | 633 |
| |
634 | 634 |
| |
| |||
1786 | 1786 |
| |
1787 | 1787 |
| |
1788 | 1788 |
| |
1789 |
| - | |
| 1789 | + | |
1790 | 1790 |
| |
1791 | 1791 |
| |
1792 | 1792 |
| |
|
0 commit comments
Comments
(0)