Commit Graph

3 Commits

Author SHA1 Message Date
Jeferson
1dd3dd16d3 msm8953-common: libshims: Adress compiler warnings
Change-Id: Ib6a560c94edd982156fb8b997e7891d4a406a1f4
2021-09-19 16:00:07 -03:00
Prema Chand Alugu
3018438ec7 msm8953-common: libqsap: Include necessary headers explicitly
device/motorola/msm8916-common/libshims/libqsap_shim.c: 57:5: error: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Werror,-Wimplicit-function-declaration]
    strlcpy(wrq.ifr_name, iface, sizeof(wrq.ifr_name));
    ^
device/motorola/msm8916-common/libshims/libqsap_shim.c: 57:5: note: include the header <string.h> or explicitly provide a declaration for 'strlcpy'
Change-Id: I663edbb2ac09363dcac9dec3acf4289349af46d2
2021-09-19 15:59:55 -03:00
jeangraff30
1220e128cd msm8953-common: Initial Common tree
* based on motorola sdm632-common

Co-authored-by: Jorg3Lucas <jorgelucas@pixelexperience.org>
2020-11-09 18:04:50 +01:00