Commit e761f5f
committed
This should hopefully fix the build failure on kfreebsd-i386
Release/src/streams/fileio_posix.cpp:681:20: error: conversion to 'size_t {aka unsigned int}' from 'long long int' may alter its value [-Werror=conversion]
fInfo->m_rdpos = newpos / char_size;1 parent c7d85ee commit e761f5f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
563 | | - | |
| 563 | + | |
564 | 564 | | |
565 | 565 | | |
566 | 566 | | |
| |||
0 commit comments