Commits


Stewart Miles authored and Paul Beusterien committed 45eaf73420b
Changed FDL to use compatible __typeof__() operator. (#1982) typeof() is not supported in some C language dialects which causes issues when integrating FDL in projects that do use non-GNU compiler modes. For example, this causes problems when building in some versions of Unity https://github.com/firebase/quickstart-unity/issues/228