Index: src/Parser/DeclarationNode.cpp
===================================================================
--- src/Parser/DeclarationNode.cpp	(revision eae8b37d7379001bb81375459612907897447955)
+++ src/Parser/DeclarationNode.cpp	(revision fc276f37e6c108ebd37d5b5669c3e1cb9270cd1e)
@@ -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;
