dim
7c93ab23a4
In usr.bin/make/var.c, function ParseModifier(), initialize the 'error'
...
variable to NULL, to avoid using it uninitialized in certain cases.
This fixes the following clang 3.2 warning:
usr.bin/make/var.c:1770:10: error: variable 'error' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized]
if (vp->execute) {
^~~~~~~~~~~
usr.bin/make/var.c:1777:10: note: uninitialized use occurs here
if (error)
^~~~~
usr.bin/make/var.c:1770:6: note: remove the 'if' if its condition is always true
if (vp->execute) {
^~~~~~~~~~~~~~~~~
usr.bin/make/var.c:1768:23: note: initialize the variable 'error' to silence this warning
const char *error;
^
= NULL
MFC after: 1 week
2012-08-05 15:55:36 +00:00
..
2012-05-22 16:33:10 +00:00
2011-11-06 20:30:21 +00:00
2011-11-06 08:13:51 +00:00
2012-05-22 16:33:10 +00:00
2012-01-10 02:58:29 +00:00
2012-03-29 05:02:12 +00:00
2011-11-06 08:13:58 +00:00
2012-08-01 17:48:38 +00:00
2011-11-06 08:14:03 +00:00
2011-11-06 08:14:09 +00:00
2012-05-29 01:48:06 +00:00
2011-11-06 18:49:03 +00:00
2012-02-22 06:27:20 +00:00
2012-02-14 10:11:45 +00:00
2012-01-03 18:51:58 +00:00
2012-05-10 02:07:00 +00:00
2011-11-06 08:14:16 +00:00
2011-11-06 08:14:22 +00:00
2011-11-06 08:14:28 +00:00
2011-11-06 08:14:34 +00:00
2012-03-29 05:02:12 +00:00
2012-03-22 08:48:42 +00:00
2012-01-03 18:51:58 +00:00
2012-07-28 06:38:44 +00:00
2011-11-06 08:14:40 +00:00
2011-11-06 08:14:45 +00:00
2012-05-10 02:07:00 +00:00
2012-05-24 02:24:03 +00:00
2012-06-11 03:10:15 +00:00
2012-05-13 14:16:04 +00:00
2012-07-26 20:41:36 +00:00
2012-02-16 05:16:55 +00:00
2012-02-22 06:27:20 +00:00
2011-11-06 18:49:30 +00:00
2012-05-26 17:19:41 +00:00
2012-04-19 03:20:13 +00:00
2012-07-31 16:55:41 +00:00
2012-01-03 18:51:58 +00:00
2011-11-06 08:15:23 +00:00
2012-05-19 05:07:03 +00:00
2011-07-11 05:46:15 +00:00
2012-02-16 05:17:01 +00:00
2011-10-27 16:20:29 +00:00
2012-05-25 06:48:42 +00:00
2012-01-15 17:01:28 +00:00
2012-06-05 03:14:39 +00:00
2012-04-07 09:05:30 +00:00
2011-11-06 09:09:45 +00:00
2012-03-25 09:19:25 +00:00
2012-05-10 02:07:00 +00:00
2011-12-30 11:02:40 +00:00
2012-05-18 03:30:50 +00:00
2012-03-25 09:19:25 +00:00
2012-06-04 19:09:14 +00:00
2012-06-30 16:36:22 +00:00
2012-05-31 14:46:02 +00:00
2011-11-06 18:49:41 +00:00
2012-01-22 11:34:24 +00:00
2012-05-17 11:10:13 +00:00
2011-10-14 07:26:20 +00:00
2012-06-26 23:17:33 +00:00
2012-05-23 18:41:45 +00:00
2012-05-10 02:07:00 +00:00
2012-03-29 05:02:12 +00:00
2012-01-05 21:36:45 +00:00
2012-02-22 06:27:20 +00:00
2012-03-29 05:02:12 +00:00
2011-11-06 08:15:53 +00:00
2012-06-11 16:18:39 +00:00
2011-12-30 10:59:15 +00:00
2011-11-06 08:15:59 +00:00
2011-10-16 08:04:43 +00:00
2012-05-22 16:33:10 +00:00
2012-05-30 03:55:44 +00:00
2012-08-05 15:55:36 +00:00
2012-06-20 23:53:36 +00:00
2012-06-03 11:09:51 +00:00
2012-06-21 21:47:08 +00:00
2012-03-29 05:02:12 +00:00
2012-07-07 17:05:55 +00:00
2012-07-07 17:05:55 +00:00
2012-05-22 16:33:10 +00:00
2012-03-25 19:34:05 +00:00
2011-12-17 02:23:30 +00:00
2012-02-22 21:08:58 +00:00
2012-01-10 02:58:20 +00:00
2012-05-10 02:07:00 +00:00
2012-07-16 06:43:04 +00:00
2012-02-22 06:27:20 +00:00
2012-07-22 18:59:31 +00:00
2011-10-14 07:28:39 +00:00
2011-07-16 11:20:54 +00:00
2012-05-26 17:10:16 +00:00
2012-06-11 16:18:39 +00:00
2011-11-06 18:49:53 +00:00
2011-12-30 11:02:40 +00:00
2012-03-29 05:02:12 +00:00
2012-07-24 19:40:12 +00:00
2011-11-06 08:16:29 +00:00
2012-04-22 07:55:56 +00:00
2012-06-11 16:18:39 +00:00
2012-02-06 21:35:11 +00:00
2011-12-30 11:02:40 +00:00
2011-11-06 08:16:35 +00:00
2012-06-11 16:18:39 +00:00
2011-11-06 08:16:41 +00:00
2011-11-06 08:16:47 +00:00
2011-11-06 08:16:53 +00:00
2011-11-06 08:16:59 +00:00
2012-07-30 08:06:00 +00:00
2012-03-29 05:02:12 +00:00
2011-11-06 08:17:05 +00:00
2012-03-25 09:19:25 +00:00
2012-06-27 23:26:32 +00:00
2012-07-04 16:25:11 +00:00
2012-01-10 02:55:43 +00:00
2012-04-22 18:18:49 +00:00
2012-05-12 19:59:37 +00:00
2011-10-16 09:09:33 +00:00
2012-02-05 09:17:49 +00:00
2011-11-06 08:17:17 +00:00
2012-01-03 11:13:07 +00:00
2012-07-28 06:38:44 +00:00
2011-11-06 08:17:29 +00:00
2012-02-11 16:34:03 +00:00
2012-05-10 02:07:00 +00:00
2012-01-28 20:45:47 +00:00
2012-07-02 20:08:11 +00:00
2012-06-10 14:26:51 +00:00
2012-03-26 15:18:14 +00:00
2012-04-09 15:34:22 +00:00
2012-01-03 18:51:58 +00:00
2011-11-06 08:17:47 +00:00
2011-11-06 08:17:53 +00:00
2011-11-06 08:17:59 +00:00
2011-11-06 08:18:05 +00:00
2012-03-25 09:19:25 +00:00
2011-11-06 08:18:11 +00:00
2012-03-26 15:18:14 +00:00
2012-05-29 09:11:19 +00:00
2011-11-06 08:18:23 +00:00
2012-06-05 03:14:39 +00:00
2011-11-06 08:18:35 +00:00
2012-02-28 18:30:18 +00:00
2012-03-26 15:18:14 +00:00
2011-11-06 08:18:42 +00:00
2012-03-22 09:47:14 +00:00
2011-11-06 08:18:47 +00:00
2012-03-21 08:03:07 +00:00
2011-11-06 08:19:00 +00:00
2011-12-30 10:59:15 +00:00
2011-11-06 18:50:26 +00:00
2012-05-10 02:07:00 +00:00
2012-05-10 02:07:00 +00:00
2012-02-13 14:40:15 +00:00
2012-03-16 16:41:28 +00:00
2012-07-02 09:53:57 +00:00
2012-03-29 02:54:35 +00:00
2011-11-06 18:50:39 +00:00
2011-10-16 08:04:43 +00:00
2012-05-21 13:31:26 +00:00
2012-07-18 07:07:54 +00:00