OSDN Git Service

Merge "Move boottime tools to system folder" into pi-dev
[android-x86/system-extras.git] / perfprofd / quipper / base / macros.h
index 57eaa81..be14792 100644 (file)
@@ -250,7 +250,7 @@ enum LinkerInitialized { LINKER_INITIALIZED };
 // it is leaked so that its destructors are not called at exit. If you need
 // thread-safe initialization, use base/lazy_instance.h instead.
 #define CR_DEFINE_STATIC_LOCAL(type, name, arguments) \
-  static type& name = *new type arguments
+  static type& name = *new type arguments /* NOLINT */
 
 }  // base