Commit 03a2513
committed
dpm: Handle erroneous argument passing case
We do pass NULL as a value for modifier (although
not when directive is NULL), which was causing
compiler warnings on modern GCC. Handle the bozo
case to prevent said warnings.
Signed-off-by: Brian Barrett <bbarrett@amazon.com>1 parent ca99004 commit 03a2513
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
783 | 783 | | |
784 | 784 | | |
785 | 785 | | |
786 | | - | |
787 | | - | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
788 | 789 | | |
789 | 790 | | |
790 | 791 | | |
| |||
0 commit comments