Skip to content

Commit

Permalink
Typecast printf() args to avoid compiler warnings. (#716)
Browse files Browse the repository at this point in the history
Details:
- In bli_thread_range_tlb.c, typecast integer arguments passed to 
  printf() -- which are typically disabled unless debugging -- to type 
  "long" to guarantee a match to the "%ld" format specifiers used in 
  those calls. This avoids spurious warnings with certain compilers in 
  certain toolchain environments, such as 32-bit RISC-V (rv32iv).
  • Loading branch information
leekillough authored Jan 27, 2023
1 parent ecbcf40 commit dc5d00a
Showing 1 changed file with 186 additions and 157 deletions.
Loading

0 comments on commit dc5d00a

Please sign in to comment.