Commit 074baf4
authored
fix: fix warnings and deal with recent OIIO deprecations (#1844)
* fix: Handle OIIO deprecations
* int: Use ustring::strhash if it exists (not Strutil::strhash)
If it exists, ustring::strhash has some planned special properties.
* Deal with OIIO deprecations
---------
Signed-off-by: Larry Gritz <lg@larrygritz.com>1 parent 8913eed commit 074baf4
File tree
4 files changed
+13
-7
lines changed- src
- include/OSL
- liboslexec
- osltoy
4 files changed
+13
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2929 | 2929 | | |
2930 | 2930 | | |
2931 | 2931 | | |
2932 | | - | |
| 2932 | + | |
| 2933 | + | |
2933 | 2934 | | |
2934 | 2935 | | |
2935 | 2936 | | |
| |||
6957 | 6958 | | |
6958 | 6959 | | |
6959 | 6960 | | |
6960 | | - | |
| 6961 | + | |
| 6962 | + | |
| 6963 | + | |
6961 | 6964 | | |
6962 | 6965 | | |
6963 | 6966 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
435 | | - | |
436 | | - | |
437 | | - | |
| 435 | + | |
| 436 | + | |
438 | 437 | | |
439 | 438 | | |
440 | 439 | | |
| |||
0 commit comments