diff options
author | McCabe Maxsted | 2009-03-16 07:39:13 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-03-16 20:22:22 -0700 |
commit | 29f7ae7e3ecfcde6c7a46d550f43954ac284b12f (patch) | |
tree | 9107a8f6c1264460ffc3c80ef4fac198474a5c31 /ChangeLog.txt | |
parent | Changed startinternetstream() a bit to be clearer (diff) | |
download | meta-impy-29f7ae7e3ecfcde6c7a46d550f43954ac284b12f.zip meta-impy-29f7ae7e3ecfcde6c7a46d550f43954ac284b12f.tar.gz meta-impy-29f7ae7e3ecfcde6c7a46d550f43954ac284b12f.tar.bz2 meta-impy-29f7ae7e3ecfcde6c7a46d550f43954ac284b12f.tar.xz |
Visual Studio now ignores C4244 warnings in GStreamer
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 6962554..aba05f6 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,3 +1,15 @@ | |||
1 | 2009-03-16 McCabe Maxsted <hakushakukun@gmail.com> | ||
2 | |||
3 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | ||
4 | Visual Studio now ignores C4244 warnings in GStreamer. | ||
5 | Since the change was intentional, I thought it best to | ||
6 | continue using "treat warnings as errors" and ignore it. | ||
7 | * linden/indra/llmedia/llmediaimplgstreamer_syms.cpp: | ||
8 | Ditto. | ||
9 | * linden/indra/llmedia/llmediamanager.cpp: | ||
10 | Ditto. | ||
11 | |||
12 | |||
1 | 2009-03-10 McCabe Maxsted <hakushakukun@gmail.com> | 13 | 2009-03-10 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 14 | ||
3 | * linden/indra/llaudio/audioengine.cpp: | 15 | * linden/indra/llaudio/audioengine.cpp: |