diff options
Diffstat (limited to 'app/xkbcomp/compat.c')
-rw-r--r-- | app/xkbcomp/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xkbcomp/compat.c b/app/xkbcomp/compat.c index 8a883c92d..757ef42f0 100644 --- a/app/xkbcomp/compat.c +++ b/app/xkbcomp/compat.c @@ -246,7 +246,7 @@ AddInterp(CompatInfo * info, SymInterpInfo * new) old->interp.match |= (new->interp.match & XkbSI_LevelOneOnly); old->defs.defined |= _SI_LevelOneOnly; } - if (collide) + if (collide && (warningLevel > 0)) { WARN("Multiple interpretations of \"%s\"\n", siText(new, info)); ACTION("Using %s definition for duplicate fields\n", |