Update copyright date
[src/app-framework-binder.git] / include / afb / afb-binding.h
index 085dc38..dbc01b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
+ * Copyright (C) 2016-2019 "IoT.bzh"
  * Author: José Bollo <jose.bollo@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -96,10 +96,10 @@ struct json_object;
 "
 #else
 #  if AFB_BINDING_VERSION == 1
-#    pragma GCC warning "Using binding version 1, consider to switch to version 3"
+#    warning "Using binding version 1, consider to switch to version 3"
 #  endif
 #  if AFB_BINDING_VERSION == 2
-#    pragma GCC warning "Using binding version 2, consider to switch to version 3"
+#    warning "Using binding version 2, consider to switch to version 3"
 #  endif
 #endif