summaryrefslogtreecommitdiff
path: root/src/tar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tar.c')
-rw-r--r--src/tar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tar.c b/src/tar.c
index d4898468..002519bc 100644
--- a/src/tar.c
+++ b/src/tar.c
@@ -959,6 +959,7 @@ option_set_in_cl (int id)
static int
optloc_eq (struct option_locus *a, struct option_locus *b)
{
+ assume (a); /* Pacify GCC bug 106436. */
if (a->source != b->source)
return 0;
if (a->source == OPTS_COMMAND_LINE)