Whamcloud - gitweb
LU-4071 build: Ignore semicolon for Intel compiler
[fs/lustre-release.git] / libcfs / include / libcfs / posix / libcfs.h
index e6d91bc..f49fecd 100644 (file)
@@ -273,7 +273,9 @@ static inline int module_refcount(struct module *m)
  ***************************************************************************/
 
 struct shrinker {
-        ;
+#ifndef __INTEL_COMPILER
+       ;
+#endif
 };
 
 #define DEFAULT_SEEKS (0)