Changeset 7f6a7c9 for libcfa/src/stdlib.hfa
- Timestamp:
- Sep 21, 2022, 11:02:15 AM (3 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation
- Children:
- 95dab9e
- Parents:
- 428adbc (diff), 0bd46fd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/stdlib.hfa
r428adbc r7f6a7c9 10 10 // Created On : Thu Jan 28 17:12:35 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Apr 18 17:57:36 202213 // Update Count : 64 412 // Last Modified On : Thu Aug 25 18:07:06 2022 13 // Update Count : 645 14 14 // 15 15 … … 192 192 memset( (char *)ptr + copy_end, (int)Fill.c, Dim * size - copy_end ); 193 193 } else if ( Fill.tag == 't' ) { 194 for ( i nt i = copy_end; i < Dim * size; i +=size ) {194 for ( i; copy_end ~ Dim * size ~ size ) { 195 195 #pragma GCC diagnostic push 196 196 #pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
Note:
See TracChangeset
for help on using the changeset viewer.