Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 9c3ba7c

Browse files
committed
fix for -pedantic
1 parent 8610d88 commit 9c3ba7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/git2/diff.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ typedef enum {
170170
GIT_DIFF_SHOW_BINARY = (1u << 30),
171171

172172
/** Ignore blank lines */
173-
GIT_DIFF_IGNORE_BLANK_LINES = (1u << 31),
173+
/* Jeroen: commented out for -pedantic compatibility */
174+
//GIT_DIFF_IGNORE_BLANK_LINES = (1u << 31),
174175

175176
} git_diff_option_t;
176177

0 commit comments

Comments
 (0)