forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9e58705
committed
Make our perfect hash functions be valid C++.
While C is happy to cast "const void *" to "const unsigned char *"silently, C++ insists on an explicit cast. Since we put thesefunctions into header files, cpluspluscheck whines about that.Add the cast to pacify it.Discussion:https://postgr.es/m/b517ec3918d645eb950505eac8dd434e@gaz-is.ru1 parentd22f885 commit9e58705
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 |
| - | |
| 134 | + | |
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
|
0 commit comments
Comments
(0)