<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); ">
<div>
<div>
<div style="font-family: Arial, sans-serif; font-size: 13px; ">Hi all,</div>
<div style="font-family: Arial, sans-serif; font-size: 13px; "><br>
</div>
<div style="font-family: Arial, sans-serif; font-size: 13px; ">I'm currently experimenting with clang 3.1 (from Xcode 4.4 package on OS X 10.7), and I turned on the warning mentioned above. Most of the time it gives the correct warning, but in some situations
 I'd need some clarification:</div>
<ol style="font-family: Arial, sans-serif; font-size: 13px; ">
<li>classes defined in .cpp files — is the compiler warns me because theoretically I can add this .cpp file into two separate modules/frameworks?</li><li>pure virtual interface classes — is the warning necessary here?</li><li>classes which are not exported from a module, so marked with __attribute__((hidden))? Also, classes whose parent class is exported from a module, but the derived class is not? — is the warning necessary here?</li></ol>
<div style="font-family: Arial, sans-serif; font-size: 13px; ">Thanks, Akos</div>
</div>
</div>
</body>
</html>