Dimitry Andric
00742f6ced
Fix the following clang 4.0.0 warning in ngatm's snmp_atm.c:
...
contrib/ngatm/snmp_atm/snmp_atm.c:173:6: error: logical not is only
applied to the left hand side of this bitwise operator
[-Werror,-Wlogical-not-parentheses]
if (!ifmr.ifm_status & IFM_AVALID) {
^ ~
Obviously, the masking needs to be done before the logical not
operation. Add parentheses to make it so.
MFC after: 3 days
2017-01-07 15:57:12 +00:00
..
2016-11-14 00:33:03 +00:00
2016-09-29 09:16:02 +00:00
2016-12-16 00:35:59 +00:00
2016-10-04 23:10:43 +00:00
2016-12-19 23:38:07 +00:00
2017-01-06 07:57:45 +00:00
2016-12-13 22:16:02 +00:00
2016-12-28 18:04:18 +00:00
2016-12-02 20:17:41 +00:00
2016-09-19 14:36:16 +00:00
2016-12-16 01:48:55 +00:00
2016-12-28 21:54:33 +00:00
2016-07-01 05:48:45 +00:00
2016-11-07 15:54:47 +00:00
2016-10-22 01:57:15 +00:00
2016-09-05 18:02:37 +00:00
2016-04-20 17:58:13 +00:00
2016-12-10 12:02:32 +00:00
2016-11-17 03:00:56 +00:00
2016-08-28 19:35:29 +00:00
2016-12-04 21:13:26 +00:00
2016-07-14 06:10:16 +00:00
2016-12-30 23:05:06 +00:00
2016-12-06 17:05:02 +00:00
2016-11-26 15:01:35 +00:00
2016-09-04 21:48:58 +00:00
2016-07-25 03:58:19 +00:00
2016-07-30 01:16:06 +00:00
2016-07-14 09:45:07 +00:00
2016-08-03 20:21:58 +00:00
2016-10-01 00:14:01 +00:00
2016-07-03 01:35:27 +00:00
2017-01-07 14:40:58 +00:00
2016-10-18 13:37:59 +00:00
2017-01-06 16:59:33 +00:00
2016-08-27 20:33:19 +00:00
2017-01-05 07:46:57 +00:00
2017-01-07 15:57:12 +00:00
2016-11-22 08:30:32 +00:00
2016-09-24 17:50:11 +00:00
2016-09-03 23:04:56 +00:00
2016-09-20 12:58:28 +00:00
2016-07-20 03:52:04 +00:00
2016-05-10 11:09:26 +00:00
2016-08-24 12:32:24 +00:00
2016-12-01 07:50:44 +00:00
2017-01-06 21:40:30 +00:00
2017-01-07 00:17:01 +00:00
2016-07-14 09:40:42 +00:00
2016-12-06 18:50:22 +00:00
2016-08-30 20:24:50 +00:00
2016-09-05 08:27:04 +00:00
2016-10-08 17:46:29 +00:00
2016-12-04 23:23:59 +00:00
2016-09-29 18:24:29 +00:00
2017-01-06 07:54:53 +00:00
2017-01-04 16:09:08 +00:00