* [PATCH] ril driver: commented out pragma\n\ngcc 4.8.4 rejects the line:\n#pragma GCC diagnostic ignored "-Wrestrict"\nand this breaks the default compilation.\nsince they may be needed for other compilers, \nI have just commented them out with '//', so that they stand out.
@ 2018-09-20 4:00 Giacinto Cifelli
2018-09-20 4:02 ` Giacinto Cifelli
0 siblings, 1 reply; 2+ messages in thread
From: Giacinto Cifelli @ 2018-09-20 4:00 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 995 bytes --]
---
drivers/rilmodem/call-forwarding.c | 2 +-
drivers/rilmodem/network-registration.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/rilmodem/call-forwarding.c b/drivers/rilmodem/call-forwarding.c
index 4aff4d3..0bdab3f 100644
--- a/drivers/rilmodem/call-forwarding.c
+++ b/drivers/rilmodem/call-forwarding.c
@@ -38,7 +38,7 @@
#include <ofono/call-forwarding.h>
#include "common.h"
-#pragma GCC diagnostic ignored "-Wrestrict"
+//#pragma GCC diagnostic ignored "-Wrestrict"
#include "gril.h"
diff --git a/drivers/rilmodem/network-registration.c b/drivers/rilmodem/network-registration.c
index 809b3bc..9895c6d 100644
--- a/drivers/rilmodem/network-registration.c
+++ b/drivers/rilmodem/network-registration.c
@@ -37,7 +37,7 @@
#include <ofono/modem.h>
#include <ofono/netreg.h>
-#pragma GCC diagnostic ignored "-Wrestrict"
+//#pragma GCC diagnostic ignored "-Wrestrict"
#include <gril/gril.h>
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ril driver: commented out pragma\n\ngcc 4.8.4 rejects the line:\n#pragma GCC diagnostic ignored "-Wrestrict"\nand this breaks the default compilation.\nsince they may be needed for other compilers, \nI have just commented them out with '//', so that they stand out.
2018-09-20 4:00 [PATCH] ril driver: commented out pragma\n\ngcc 4.8.4 rejects the line:\n#pragma GCC diagnostic ignored "-Wrestrict"\nand this breaks the default compilation.\nsince they may be needed for other compilers, \nI have just commented them out with '//', so that they stand out Giacinto Cifelli
@ 2018-09-20 4:02 ` Giacinto Cifelli
0 siblings, 0 replies; 2+ messages in thread
From: Giacinto Cifelli @ 2018-09-20 4:02 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1219 bytes --]
please ignore this. the commit message was wrongly formatted for some
reason.
On Thu, Sep 20, 2018 at 6:00 AM Giacinto Cifelli <gciofono@gmail.com> wrote:
> ---
> drivers/rilmodem/call-forwarding.c | 2 +-
> drivers/rilmodem/network-registration.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/rilmodem/call-forwarding.c
> b/drivers/rilmodem/call-forwarding.c
> index 4aff4d3..0bdab3f 100644
> --- a/drivers/rilmodem/call-forwarding.c
> +++ b/drivers/rilmodem/call-forwarding.c
> @@ -38,7 +38,7 @@
> #include <ofono/call-forwarding.h>
> #include "common.h"
>
> -#pragma GCC diagnostic ignored "-Wrestrict"
> +//#pragma GCC diagnostic ignored "-Wrestrict"
>
> #include "gril.h"
>
> diff --git a/drivers/rilmodem/network-registration.c
> b/drivers/rilmodem/network-registration.c
> index 809b3bc..9895c6d 100644
> --- a/drivers/rilmodem/network-registration.c
> +++ b/drivers/rilmodem/network-registration.c
> @@ -37,7 +37,7 @@
> #include <ofono/modem.h>
> #include <ofono/netreg.h>
>
> -#pragma GCC diagnostic ignored "-Wrestrict"
> +//#pragma GCC diagnostic ignored "-Wrestrict"
>
> #include <gril/gril.h>
>
> --
> 1.9.1
>
>
[-- Attachment #2: attachment.html --]
[-- Type: text/html, Size: 1583 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-09-20 4:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-20 4:00 [PATCH] ril driver: commented out pragma\n\ngcc 4.8.4 rejects the line:\n#pragma GCC diagnostic ignored "-Wrestrict"\nand this breaks the default compilation.\nsince they may be needed for other compilers, \nI have just commented them out with '//', so that they stand out Giacinto Cifelli
2018-09-20 4:02 ` Giacinto Cifelli
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.