move repository from m6w6 to awesomized
[awesomized/libmemcached] / src / libmemcached / callback.cc
index fbbf68d7231461094080e71ac2e67d35b41028f8..ec4b0f4a3e58e75b9fb6f4b64378ebf49514ead8 100644 (file)
@@ -9,17 +9,13 @@
     | the terms online at: https://opensource.org/licenses/BSD-3-Clause  |
     +--------------------------------------------------------------------+
     | Copyright (c) 2006-2014 Brian Aker   https://datadifferential.com/ |
-    | Copyright (c) 2020 Michael Wallner   <mike@php.net>                |
+    | Copyright (c) 2020-2021 Michael Wallner        https://awesome.co/ |
     +--------------------------------------------------------------------+
 */
 
 #include "libmemcached/common.h"
 #include <sys/types.h>
 
-#ifndef __INTEL_COMPILER
-#  pragma GCC diagnostic ignored "-Wstrict-aliasing"
-#endif
-
 /*
   These functions provide data and function callback support
 */