Skip to content

Commit

Permalink
Test for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Sep 29, 2015
1 parent f6dfb7a commit b882963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/rply-1.1.4/rply.c
Expand Up @@ -1382,7 +1382,7 @@ static int oascii_float64(p_ply ply, double value, const char *fmt) {
}

static int obinary_int8(p_ply ply, double value, const char *fmt) {
(void)fmt;
// (void)fmt;
t_ply_int8 int8 = (t_ply_int8) value;
if (value > PLY_INT8_MAX || value < PLY_INT8_MIN) return 0;
return ply->odriver->ochunk(ply, &int8, sizeof(int8));
Expand Down

0 comments on commit b882963

Please sign in to comment.