Skip to content
Snippets Groups Projects
Commit 058152ab authored by Razvan Deaconescu's avatar Razvan Deaconescu
Browse files

checkpatch: Ignore str* warnings


Ignore STRCPY and STRNCPY warning for `checkpatch.pl`.

Signed-off-by: default avatarRazvan Deaconescu <razvan.deaconescu@upb.ro>
parent c010b375
No related branches found
No related tags found
No related merge requests found
...@@ -29,3 +29,7 @@ ...@@ -29,3 +29,7 @@
# Ignore ARRAY_SIZE, let `sizeof()` be used to determine array size. # Ignore ARRAY_SIZE, let `sizeof()` be used to determine array size.
# This makes the code compatible with other compilers / environments. # This makes the code compatible with other compilers / environments.
--ignore ARRAY_SIZE --ignore ARRAY_SIZE
# Ignore STRCPY, STRNCPY warnings.
--ignore STRCPY
--ignore STRNCPY
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment