Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58143 - sandbox/itl/boost/validate/driver
From: afojgo_at_[hidden]
Date: 2009-12-04 11:14:14


Author: jofaber
Date: 2009-12-04 11:14:13 EST (Fri, 04 Dec 2009)
New Revision: 58143
URL: http://svn.boost.org/trac/boost/changeset/58143

Log:
Silencing warnings.
Text files modified:
   sandbox/itl/boost/validate/driver/itl_set_driver.hpp | 1 -
   sandbox/itl/boost/validate/driver/itl_single_law_driver.hpp | 6 ++++--
   sandbox/itl/boost/validate/driver/set_copy_conformity_driver.hpp | 1 -
   sandbox/itl/boost/validate/driver/signed_quantifier_driver.hpp | 5 +++--
   4 files changed, 7 insertions(+), 6 deletions(-)

Modified: sandbox/itl/boost/validate/driver/itl_set_driver.hpp
==============================================================================
--- sandbox/itl/boost/validate/driver/itl_set_driver.hpp (original)
+++ sandbox/itl/boost/validate/driver/itl_set_driver.hpp 2009-12-04 11:14:13 EST (Fri, 04 Dec 2009)
@@ -135,7 +135,6 @@
             default: return choiceError(ITL_LOCATION("rootChoice:\n"), rootChoice, _rootChoice);
             } //switch()
 
- return NULL; //just to please the compiler ;)
         }
 
     };

Modified: sandbox/itl/boost/validate/driver/itl_single_law_driver.hpp
==============================================================================
--- sandbox/itl/boost/validate/driver/itl_single_law_driver.hpp (original)
+++ sandbox/itl/boost/validate/driver/itl_single_law_driver.hpp 2009-12-04 11:14:13 EST (Fri, 04 Dec 2009)
@@ -7,7 +7,8 @@
       (See accompanying file LICENCE.txt or copy at
            http://www.boost.org/LICENSE_1_0.txt)
 +-----------------------------------------------------------------------------*/
-#pragma once
+#ifndef BOOST_VALIDATE_DRIVER_SINGLE_LAW_DRIVER_HPP_JOFA_080405
+#define BOOST_VALIDATE_DRIVER_SINGLE_LAW_DRIVER_HPP_JOFA_080405
 
 #include <iostream>
 #include <stdio.h>
@@ -164,7 +165,6 @@
             default: return choiceError(ITL_LOCATION("rootChoice:\n"), rootChoice, _rootChoice);
             } //switch()
 
- return NULL; //just to please the compiler ;)
         }
 
     };
@@ -172,3 +172,5 @@
 
 }} // namespace itl boost
 
+#endif // BOOST_VALIDATE_DRIVER_SINGLE_LAW_DRIVER_HPP_JOFA_080405
+

Modified: sandbox/itl/boost/validate/driver/set_copy_conformity_driver.hpp
==============================================================================
--- sandbox/itl/boost/validate/driver/set_copy_conformity_driver.hpp (original)
+++ sandbox/itl/boost/validate/driver/set_copy_conformity_driver.hpp 2009-12-04 11:14:13 EST (Fri, 04 Dec 2009)
@@ -108,7 +108,6 @@
             default: return choiceError(ITL_LOCATION("rootChoice:\n"), rootChoice, _rootChoice);
             } //switch()
 
- return NULL; //just to please the compiler ;)
         }
 
     };

Modified: sandbox/itl/boost/validate/driver/signed_quantifier_driver.hpp
==============================================================================
--- sandbox/itl/boost/validate/driver/signed_quantifier_driver.hpp (original)
+++ sandbox/itl/boost/validate/driver/signed_quantifier_driver.hpp 2009-12-04 11:14:13 EST (Fri, 04 Dec 2009)
@@ -7,7 +7,8 @@
       (See accompanying file LICENCE.txt or copy at
            http://www.boost.org/LICENSE_1_0.txt)
 +-----------------------------------------------------------------------------*/
-#pragma once
+#ifndef BOOST_VALIDATE_DRIVER_SIGNED_QUANTIFIER_DRIVER_HPP_JOFA_091013
+#define BOOST_VALIDATE_DRIVER_SIGNED_QUANTIFIER_DRIVER_HPP_JOFA_091013
 
 #include <iostream>
 #include <stdio.h>
@@ -135,7 +136,6 @@
             default: return choiceError(ITL_LOCATION("rootChoice:\n"), rootChoice, _rootChoice);
             } //switch()
 
- return NULL; //just to please the compiler ;)
         }
 
     };
@@ -143,3 +143,4 @@
 
 }} // namespace itl boost
 
+#endif // BOOST_VALIDATE_DRIVER_SIGNED_QUANTIFIER_DRIVER_HPP_JOFA_091013


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk