You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Not_Covered.cpp
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
// This file is deliberately not covered. The PR can be thrown away once we validate that coveralls rejects it and accepts it when the code is removed.
2
2
3
+
#if0
4
+
3
5
unsigned int crc32b(unsigned char *message) {
4
6
int i, j;
5
7
unsigned int byte, crc, mask;
@@ -57,4 +59,6 @@ unsigned int crc32b_3(unsigned char *message) {
0 commit comments