phoenix-firestorm/indra/llui/tests
Nat Goodspeed 409c59b70d Fix string-init compile error (g++ 4.4) in llurlentry_stub.cpp.
Newer C++ compilers produce a (fatal) warning when you try to initialize a
(non-const) char* variable with a string literal: you're supposed to capture
such data in a const char*. But as this module is resolving external
references declared in ancient message-system headers, we don't have the
option to fix the original declaration. Instead use
char* _PREHASH_Foo = const_cast<char*>("string literal"); // sigh
2011-02-01 17:35:42 -05:00
..
llurlentry_stub.cpp Fix string-init compile error (g++ 4.4) in llurlentry_stub.cpp. 2011-02-01 17:35:42 -05:00
llurlentry_test.cpp STORM-796 ADDITIONAL_FIX Fixed Mac build. 2010-12-18 18:35:32 +02:00
llurlmatch_test.cpp Merge 2010-09-27 17:54:52 -07:00