Index: trunk/data/validator/combinations.mapcss
===================================================================
--- trunk/data/validator/combinations.mapcss	(revision 14881)
+++ trunk/data/validator/combinations.mapcss	(revision 14883)
@@ -492,10 +492,7 @@
 }
 
-/* {1.key} without {2.tag} see #13138, 14468 */
-area:closed[water][natural!~/water|bay|strait/][water!=intermittent] { /* water=intermittent is deprecated and has an own warning */
-  throwWarning: tr("{0} without {1}", "{1.key}", "{2.tag}");
-  group: tr("missing tag");
-}
-way!:closed[water][natural!~/water|bay|strait/][water!=intermittent] {
+/* {1.key} without {2.tag} see #13138, #14468 */
+way!:closed[water][natural!~/water|bay|strait/][water!=intermittent][amenity!=lavoir], /* water=intermittent is deprecated and has an own warning */
+area:closed[water][natural!~/water|bay|strait/][water!=intermittent][amenity!=lavoir] {
   throwWarning: tr("{0} without {1}", "{1.key}", "{2.tag}");
   group: tr("missing tag");
