-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move cobs_decode_inplace to indices instead of pointers, do better error-checking and the code got smaller * whitespace * move cobs_encode_inplace to indice, smaller code + binary * update docs * fix C4706 * tighter windows warnings * /WX not /Wx * wow catch2 does not work with /WX
- Loading branch information
1 parent
26bef40
commit 1d7f466
Showing
4 changed files
with
36 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cl.exe /W4 /EHsc ^ | ||
cl.exe /W4 /WX /EHsc ^ | ||
cobs.c ^ | ||
tests/test_cobs_encode_max.cc ^ | ||
tests/test_cobs_encode.cc ^ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters