Masahiro Yamada
327474915a
zynq: disable -Wstrict-prototypes option for ps7_init.c
...
The files ps7_init.c and ps7_init.h are supposed to be generated by
hw projects such as Vivado, PlanAhead and then to be copied into
board/xilinx/zynq directory.
But some prototypes in them cause annoying warning messages:
CC spl/board/xilinx/zynq/ps7_init.o
In file included from board/xilinx/zynq/ps7_init.c:50:0:
board/xilinx/zynq/ps7_init.h:137:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
board/xilinx/zynq/ps7_init.h:138:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
board/xilinx/zynq/ps7_init.h:139:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
board/xilinx/zynq/ps7_init.h:145:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
board/xilinx/zynq/ps7_init.c:12602:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
board/xilinx/zynq/ps7_init.c:12723:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
board/xilinx/zynq/ps7_init.c:12742:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
board/xilinx/zynq/ps7_init.c:12761:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
board/xilinx/zynq/ps7_init.c:12854:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
The prototypes should be
int ps7_init(void);
int ps7_post_config(void);
int ps7_debug(void);
rather than
int ps7_init();
int ps7_post_config();
int ps7_debug();
We do not want to be bothered because of automatically generated files.
But we cannot touch the external projects for now.
What we can do is to disable -Wstrict-prototypes for ps7_init.c
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Michal Simek <michal.simek@xilinx.com >
Tested-by: Michal Simek <michal.simek@xilinx.com >
Signed-off-by: Michal Simek <michal.simek@xilinx.com >
2014-07-23 15:38:34 +02:00
..
2013-11-01 11:42:12 -04:00
2014-04-17 14:39:54 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-05-27 18:22:24 +04:00
2013-12-01 22:38:52 +01:00
2014-07-01 15:11:18 +02:00
2013-10-31 13:26:45 -04:00
2014-07-05 10:14:46 +02:00
2014-05-29 17:45:31 -04:00
2013-11-01 11:42:11 -04:00
2014-05-13 09:13:59 +02:00
2014-07-03 08:35:45 +02:00
2014-06-11 16:27:05 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-06-11 16:27:05 -04:00
2014-04-17 08:41:05 -07:00
2014-03-12 17:04:57 -04:00
2014-05-13 09:12:53 +02:00
2014-01-13 11:52:27 +01:00
2014-06-19 17:53:58 -04:00
2013-11-01 11:42:12 -04:00
2014-05-12 15:19:46 -04:00
2013-11-01 11:42:12 -04:00
2014-05-12 15:19:46 -04:00
2013-11-01 11:42:12 -04:00
2014-05-12 15:19:46 -04:00
2014-03-07 10:59:06 -05:00
2014-05-12 15:19:46 -04:00
2014-03-07 10:59:06 -05:00
2014-03-07 10:59:06 -05:00
2014-03-07 10:59:06 -05:00
2014-05-12 15:19:46 -04:00
2014-05-12 15:19:46 -04:00
2014-05-12 15:19:46 -04:00
2014-05-12 15:19:46 -04:00
2014-03-07 10:59:06 -05:00
2014-03-07 10:59:06 -05:00
2014-03-07 10:59:06 -05:00
2014-03-07 10:59:06 -05:00
2014-02-07 09:16:46 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-12-01 22:38:52 +01:00
2014-04-28 14:02:39 +02:00
2014-03-07 10:59:06 -05:00
2014-04-17 17:44:35 -04:00
2014-05-12 15:19:46 -04:00
2014-06-06 17:46:16 -04:00
2014-03-04 12:15:01 -05:00
2013-12-09 13:21:54 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-02-24 10:56:33 -05:00
2014-07-04 23:45:48 +02:00
2013-11-01 11:42:12 -04:00
2014-02-26 21:18:12 +01:00
2014-02-26 21:18:12 +01:00
2013-11-01 11:42:12 -04:00
2014-05-12 15:19:46 -04:00
2014-03-07 10:59:06 -05:00
2014-05-12 15:19:46 -04:00
2014-05-12 15:19:46 -04:00
2014-03-07 10:59:06 -05:00
2014-03-07 10:59:06 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-03-07 10:59:06 -05:00
2013-11-01 11:42:12 -04:00
2014-04-17 08:41:05 -07:00
2014-06-11 16:25:39 -04:00
2013-11-13 10:19:50 +01:00
2014-04-11 10:08:42 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-06-05 17:01:58 -04:00
2013-11-01 11:42:12 -04:00
2014-01-24 16:59:07 -05:00
2014-01-24 16:59:07 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-05-12 15:20:05 -04:00
2013-11-01 11:42:12 -04:00
2014-06-19 17:53:58 -04:00
2013-10-31 13:26:45 -04:00
2014-06-06 10:05:34 +02:00
2014-05-12 15:19:46 -04:00
2013-10-31 13:26:45 -04:00
2013-12-09 13:21:45 +01:00
2014-05-29 17:45:31 -04:00
2014-04-15 12:23:57 +02:00
2013-11-17 14:11:31 -05:00
2014-06-19 17:53:58 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-05-13 09:12:53 +02:00
2013-11-01 11:42:12 -04:00
2013-10-31 13:26:45 -04:00
2013-11-17 14:11:32 -05:00
2013-12-09 13:21:45 +01:00
2014-04-17 14:38:30 -04:00
2013-11-01 11:42:12 -04:00
2013-11-25 11:43:46 -08:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-07-04 19:48:41 +02:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-03-04 12:15:31 -05:00
2013-11-01 11:42:12 -04:00
2014-06-06 10:07:26 +02:00
2014-07-07 19:47:19 -04:00
2014-05-13 09:12:53 +02:00
2013-11-27 09:39:21 +01:00
2014-05-23 19:40:05 -04:00
2013-11-01 11:42:12 -04:00
2014-02-19 11:07:50 -05:00
2013-11-01 11:42:12 -04:00
2013-11-17 14:11:32 -05:00
2014-03-10 13:50:31 -04:00
2014-02-21 13:55:41 -05:00
2014-05-29 17:49:00 -04:00
2013-11-01 11:42:12 -04:00
2013-11-08 09:41:37 -05:00
2013-12-18 18:15:26 +01:00
2013-11-01 11:42:12 -04:00
2014-04-23 19:07:54 -05:00
2013-11-01 11:42:12 -04:00
2013-11-26 21:49:34 +01:00
2013-11-01 11:42:12 -04:00
2013-10-31 13:26:45 -04:00
2014-01-24 16:59:07 -05:00
2013-11-08 09:41:37 -05:00
2013-11-01 11:42:12 -04:00
2014-05-12 15:19:46 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-03-10 14:22:54 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-08 09:41:37 -05:00
2013-11-01 11:42:12 -04:00
2014-06-11 16:27:06 -04:00
2013-11-13 06:08:26 +01:00
2014-03-12 17:04:55 -04:00
2013-11-17 14:11:31 -05:00
2013-11-17 14:11:31 -05:00
2013-11-17 14:11:32 -05:00
2014-04-17 17:24:40 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-06-11 16:27:05 -04:00
2014-06-05 17:01:58 -04:00
2014-05-29 17:45:31 -04:00
2014-03-04 12:15:31 -05:00
2013-10-31 13:26:45 -04:00
2013-10-31 13:26:45 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-07-07 19:43:01 -04:00
2013-10-31 13:26:45 -04:00
2013-10-31 13:26:45 -04:00
2013-10-31 13:26:45 -04:00
2013-10-31 13:26:45 -04:00
2014-05-12 15:19:45 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-05-12 15:19:45 -04:00
2013-11-01 11:42:12 -04:00
2014-02-19 11:10:05 -05:00
2014-05-13 10:41:32 -07:00
2013-11-01 11:42:12 -04:00
2014-06-19 17:53:58 -04:00
2013-10-31 13:26:45 -04:00
2014-06-19 17:53:59 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-10-31 13:26:45 -04:00
2014-06-19 11:19:04 -04:00
2013-11-01 11:42:12 -04:00
2014-03-04 09:41:53 -05:00
2013-11-08 09:41:37 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-09 22:59:47 +01:00
2013-11-01 11:42:12 -04:00
2014-04-17 17:44:34 -04:00
2014-03-07 10:59:06 -05:00
2014-04-17 17:44:35 -04:00
2014-06-19 11:19:06 -04:00
2013-11-08 09:41:37 -05:00
2013-10-31 13:26:45 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-01-20 17:11:39 -05:00
2014-05-21 10:09:19 +09:00
2014-06-11 16:27:06 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-06-19 09:37:16 +09:00
2014-05-16 11:41:22 -07:00
2014-02-19 11:10:04 -05:00
2013-11-01 11:42:12 -04:00
2014-04-17 17:44:35 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-25 11:43:46 -08:00
2013-11-25 11:43:46 -08:00
2014-01-24 16:59:07 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-10-31 13:26:45 -04:00
2014-05-13 19:43:00 -04:00
2014-04-17 17:24:40 -04:00
2013-11-01 11:42:12 -04:00
2013-11-25 11:43:46 -08:00
2014-02-11 11:24:11 +01:00
2013-11-17 14:11:32 -05:00
2014-05-13 09:12:53 +02:00
2013-11-01 11:42:12 -04:00
2014-02-19 11:07:50 -05:00
2013-11-25 11:43:43 -08:00
2014-05-25 16:26:43 +02:00
2013-11-17 14:11:32 -05:00
2014-03-28 15:06:30 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-12-01 22:38:52 +01:00
2014-05-12 15:19:46 -04:00
2014-05-12 15:19:46 -04:00
2013-12-12 14:54:21 -05:00
2014-05-13 09:12:53 +02:00
2014-07-14 11:16:38 -04:00
2013-11-01 11:42:12 -04:00
2014-04-17 08:41:05 -07:00
2013-11-01 11:42:12 -04:00
2013-11-25 10:41:53 -05:00
2013-11-01 11:42:12 -04:00
2014-06-11 16:27:06 -04:00
2013-12-17 18:14:21 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-02-26 21:18:09 +01:00
2014-01-24 16:59:07 -05:00
2014-05-09 15:21:16 +02:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-25 11:43:43 -08:00
2014-07-23 15:38:34 +02:00
2013-11-01 11:42:12 -04:00
2013-11-08 09:41:37 -05:00