commit | 01cfbb25743fc99588520a299e1eb882265aa2e1 | [log] [tgz] |
---|---|---|
author | abat <abat@bigswitch.com> | Mon Mar 24 13:02:39 2014 -0700 |
committer | abat <abat@bigswitch.com> | Mon Mar 24 13:02:39 2014 -0700 |
tree | 214f018a4b8b8d264f514190c6c508156948bef8 | |
parent | e19601a1297dcd7b91239a4a3ded1b4feda1409c [diff] | |
parent | 4193e5d1c3ffc694d1af9e135e73a5e0b7ac0c97 [diff] |
Merge into master from pull request #234: OFVlanVidMatch: enable correct conversion of VlanVid.NO_MASK (https://github.com/floodlight/loxigen/pull/234)
diff --git a/c_gen/templates/loci_int.h b/c_gen/templates/loci_int.h index 01ad4a8..c57371a 100644 --- a/c_gen/templates/loci_int.h +++ b/c_gen/templates/loci_int.h
@@ -46,7 +46,7 @@ #include <loci/loci.h> -#ifdef __GNUC__ +#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5) #define UNREACHABLE() __builtin_unreachable() #else #define UNREACHABLE()