| Index: src/globals.h
|
| diff --git a/src/globals.h b/src/globals.h
|
| index f85f286b38bf5dfbf0961dba271cc97fab98a6aa..ef599a28b8003d51a1f07af0ee20860384ab8850 100644
|
| --- a/src/globals.h
|
| +++ b/src/globals.h
|
| @@ -294,7 +294,7 @@ const uint32_t kMaxAsciiCharCodeU = 0x7fu;
|
| // The USE(x) template is used to silence C++ compiler warnings
|
| // issued for (yet) unused variables (typically parameters).
|
| template <typename T>
|
| -static inline void USE(T) { }
|
| +inline void USE(T) { }
|
|
|
|
|
| // FUNCTION_ADDR(f) gets the address of a C function f.
|
|
|