X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-binding.h;h=dbc01b7f534f73e640bb76c3596a1a482f7b344d;hb=25c9993e308852f1ff02d98d6585f21233859e82;hp=085dc388da68ce4ed8220e953081aa8d2a915887;hpb=4521c1e7ae5371ab9d639adc617d17fb4e8ded0c;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-binding.h b/include/afb/afb-binding.h index 085dc388..dbc01b7f 100644 --- a/include/afb/afb-binding.h +++ b/include/afb/afb-binding.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * 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