Index: src/Parser/DeclarationNode.cpp
===================================================================
--- src/Parser/DeclarationNode.cpp	(revision ecf38123a0e4f99e0d73b57ef72d89c766288f78)
+++ src/Parser/DeclarationNode.cpp	(revision 41756599bd977a9348309dafb0cb33414fb0ca82)
@@ -10,6 +10,6 @@
 // Created On       : Sat May 16 12:34:05 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Aug 22 14:11:47 2024
-// Update Count     : 1555
+// Last Modified On : Mon Dec  2 15:04:12 2024
+// Update Count     : 1558
 //
 
@@ -455,8 +455,4 @@
 
 	checkQualifiers( type, q->type );
-	TypeData::BuiltinType const builtin = type->builtintype;
-	if ( (builtin == TypeData::Zero || builtin == TypeData::One) && q->type->qualifiers.any() && error.length() == 0 ) {
-		SemanticWarning( yylloc, Warning::BadQualifiersZeroOne, TypeData::builtinTypeNames[builtin] );
-	} // if
 	type = ::addQualifiers( type, q->type );
 	q->type = nullptr;
