commit | 716c741d1f23da0dbd22e2aaf46197ffc9444071 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Thu Dec 19 06:13:35 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Fri Dec 20 02:54:38 2024 +0000 |
tree | d668a63316bf99052444f86e41b574169f5c6d71 | |
parent | 77535192bffa8e094e8fd8caa10050dabf53c388 [diff] |
clang-tidy: Add prototype to function declarations Replaced function declarations without prototypes with proper prototypes to comply with modern C standards and resolve deprecation warnings. ''' error: a function declaration without a prototype is deprecated in all versions of C [clang-diagnostic-strict-prototypes] ''' Tested: Build verified Change-Id: Ia85ad603623aa64e157dd7550d8023e6861d9201 Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>