adbfs-rootless icon indicating copy to clipboard operation
adbfs-rootless copied to clipboard

make warning

Open dandv opened this issue 2 years ago • 1 comments

$ make
g++ -c -o adbfs.o adbfs.cpp -Wall -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse
adbfs.cpp: In function ‘int adb_readlink(const char*, char*, size_t)’:
adbfs.cpp:966:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  966 |     for (num_slashes = ii = 0; ii < strlen(path); ii++)
      |                                ~~~^~~~~~~~~~~~~~
g++ -o adbfs adbfs.o -Wall -lfuse -pthread

dandv avatar Mar 20 '23 22:03 dandv

any updates on this ?

hhalaby avatar Nov 17 '24 22:11 hhalaby