Commit 06be6b9
Explicitly specify char signedness for the underlying enum type (#1313)
Summary:
A plain 'char' without 'signed' or 'unsigned' may default to either one, depending on the platform. On x86_64 Linux it is signed, while on ARM Linux it is unsigned, resulting in a build error. Fix by explicitly marking it signed.
Squash with 295ba21
Pull Request resolved: #1313
Differential Revision: D46285396
fbshipit-source-id: 6dbd2221 parent 9f101f0 commit 06be6b9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
792 | 792 | | |
793 | 793 | | |
794 | 794 | | |
795 | | - | |
| 795 | + | |
796 | 796 | | |
797 | 797 | | |
798 | 798 | | |
| |||
0 commit comments