diff options
Diffstat (limited to 'gdb/common')
-rw-r--r-- | gdb/common/vec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/common/vec.h b/gdb/common/vec.h index 2564485..6189283 100644 --- a/gdb/common/vec.h +++ b/gdb/common/vec.h @@ -573,7 +573,7 @@ static inline int VEC_OP (T,iterate) \ } \ else \ { \ - *ptr = 0; \ + *ptr = (T) 0; \ return 0; \ } \ } \ |