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

Commit

Permalink
fix for -pedantic
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Sep 15, 2021
1 parent 8610d88 commit 9c3ba7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/git2/diff.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ typedef enum {
GIT_DIFF_SHOW_BINARY = (1u << 30),

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

} git_diff_option_t;

Expand Down

0 comments on commit 9c3ba7c

Please sign in to comment.