diff --git a/preprocessor/Statement.hh b/preprocessor/Statement.hh
index 5625c24fca4dc03195790c381f800d4ea937ed63..12101da056bd465bed8dee087fdd4484464f1a7d 100644
--- a/preprocessor/Statement.hh
+++ b/preprocessor/Statement.hh
@@ -110,6 +110,10 @@ class Statement
 public:
   virtual ~Statement();
   //! Do some internal check, and fill the ModFileStructure class
+  /*! Don't forget to update ComputingTasks.hh, Shocks.hh and
+    NumericalInitialization.hh if you modify the signature of this
+    method. Otherwise the default implementation (i.e. a no-op) will apply and
+    some checks won't be run. */
   virtual void checkPass(ModFileStructure &mod_file_struct, WarningConsolidation &warnings);
   virtual void computingPass();
   //! Write Matlab output code