gecko-dev/mozglue/misc
Nathan Froyd 1d13f4878d Bug 1285665 - avoid #define'ing constants that expand to use defined(); r=dholbert
Newer versions of clang warn about this construct, as the behavior is
not consistent between compilers.  These warnings break
warnings-as-error builds, and seem like reasonable warnings to fix, so
let's do that.

X86_OR_PPC was only used in one place, so inlining it and getting rid of
the definition seemed reasonable.
2016-07-20 00:50:02 -04:00
..
StackWalk.cpp Bug 1285665 - avoid #define'ing constants that expand to use defined(); r=dholbert 2016-07-20 00:50:02 -04:00
StackWalk.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
TimeStamp.cpp
TimeStamp.h Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj 2016-07-08 14:39:53 -07:00
TimeStamp_darwin.cpp
TimeStamp_posix.cpp Bug 1176266: In TimeStamp_posix.cpp, check for XP_LINUX instead of LINUX, and add missing #include, to allow strrchr usage. r=BenWa 2015-06-19 10:39:20 -07:00
TimeStamp_windows.cpp Bug 1222088 - remove unused variable from TimeStamp_windows.cpp; r=glandium 2015-11-05 12:47:36 -05:00
TimeStamp_windows.h Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj 2016-07-08 14:39:53 -07:00
moz.build Bug 1272513 - Part 2: Remove redundant -Wshadow CXXFLAGS from moz.build files. r=glandium 2016-05-14 00:54:55 -07:00