mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
added -Wextra -Werror and fixed everything it had to mecker about
This commit is contained in:
@@ -37,7 +37,7 @@ int main() {
|
||||
}
|
||||
|
||||
void pr(char *t, unsigned char *b, size_t s) {
|
||||
int i;
|
||||
size_t i;
|
||||
printf("%s:\n", t);
|
||||
for(i=0; i<s; ++i)
|
||||
printf("%02x", (unsigned int) b[i]);
|
||||
|
||||
Reference in New Issue
Block a user