android_device_samsung_a20/universal7885-common/apps/aidl-support/libfileio
Repository files (latest commit first)
Filename Latest commit message Latest commit date
roynatech2544 8d728a6111 universal7885: libfileio: Fix the unoverloadable function error
device/samsung/universal7885-common/apps/aidl-support/libfileio/FileIO.cpp:27:5: error: functions that differ only in their return type cannot be overloaded
int readline(const char *path) {
~~~ ^
device/samsung/universal7885-common/apps/aidl-support/libfileio/FileIO.cpp:12:13: note: previous definition is here
std::string readline(const char *path) {
~~~~~~~~~~~ ^
1 error generated.

- Rename int version to 'readint' to fix
2022-12-23 19:23:54 +09:00
..
include universal7885: libfileio: Fix the unoverloadable function error 2022-12-23 19:23:54 +09:00
Android.bp universal7885: fm-aidl: Fixups 2022-11-01 12:16:27 +09:00
FileIO.cpp universal7885: libfileio: Fix the unoverloadable function error 2022-12-23 19:23:54 +09:00