mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
stricter warnings, wip
This commit is contained in:
parent
9358554884
commit
3529aea157
43 changed files with 140 additions and 142 deletions
|
@ -64,7 +64,7 @@ bool set_bit_by_position(wiegand_message_t *data, bool value, uint8_t pos) {
|
|||
* If the definition of the wiegand_message struct changes, this function must also
|
||||
* be updated to match.
|
||||
*/
|
||||
void message_datacopy(wiegand_message_t *src, wiegand_message_t *dest) {
|
||||
static void message_datacopy(wiegand_message_t *src, wiegand_message_t *dest) {
|
||||
dest->Bot = src->Bot;
|
||||
dest->Mid = src->Mid;
|
||||
dest->Top = src->Top;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue