Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Commit

Permalink
Fix deprecated GNU designators
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Gerasimov committed Jan 11, 2019
1 parent 6083828 commit 3e1746a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitfield/bitfield.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ bool set_bitfield(const uint64_t value, const uint16_t offset,
}

ArrayOrBytes combined = {
whole: value
.whole = value
};

#ifdef BYTE_ORDER_LITTLE
Expand Down

0 comments on commit 3e1746a

Please sign in to comment.