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
2012-05-22 16:33:10 +00:00
2011-11-06 08:13:58 +00:00
2012-08-01 17:48:38 +00:00
2012-02-14 10:11:45 +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
2012-07-28 06:38:44 +00:00
2012-05-10 02:07:00 +00:00
2012-06-11 03:10:15 +00:00
2012-05-13 14:16:04 +00:00
2012-04-19 03:20:13 +00:00
2012-05-19 05:07:03 +00:00
2012-05-25 06:48:42 +00:00
2012-01-15 17:01:28 +00:00
2011-11-06 09:09:45 +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-26 23:17:33 +00:00
2012-05-23 18:41:45 +00:00
2012-05-10 02:07:00 +00:00
2011-10-16 08:04:43 +00:00
2012-05-22 16:33:10 +00:00
2012-06-03 11:09:51 +00:00
2012-06-21 21:47:08 +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-05-10 02:07:00 +00:00
2011-10-14 07:28:39 +00:00
2012-05-26 17:10:16 +00:00
2011-12-30 11:02:40 +00:00
2012-07-24 19:40:12 +00:00
2011-12-30 11:02:40 +00:00
2011-11-06 08:16:35 +00:00
2011-11-06 08:17:05 +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
2012-07-28 06:38:44 +00:00
2012-05-10 02:07:00 +00:00
2012-03-26 15:18:14 +00:00
2011-11-06 08:17:53 +00:00
2012-03-26 15:18:14 +00:00
2012-03-26 15:18:14 +00:00
2011-11-06 08:18:42 +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
2012-05-10 02:07:00 +00:00
2012-05-10 02:07:00 +00:00
2011-10-16 08:04:43 +00:00
2012-07-18 07:07:54 +00:00