Skip to content
Snippets Groups Projects
Commit f12631bd authored by Bill Welliver's avatar Bill Welliver
Browse files

build: more deattributification for Windows

parent 68a39b58
No related branches found
No related tags found
No related merge requests found
...@@ -435,7 +435,7 @@ static size_t bv_ctz(struct bitvector * bv, size_t n) { ...@@ -435,7 +435,7 @@ static size_t bv_ctz(struct bitvector * bv, size_t n) {
} }
#ifdef PIKE_DEBUG #ifdef PIKE_DEBUG
static void __attribute((unused)) bv_print(struct bitvector * bv) { static void ATTRIBUTE((unused)) bv_print(struct bitvector * bv) {
size_t i; size_t i;
for (i = 0; i < bv->length; i++) { for (i = 0; i < bv->length; i++) {
fprintf(stderr, "%d", bv_get(bv, i)); fprintf(stderr, "%d", bv_get(bv, i));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment