summaryrefslogtreecommitdiff
path: root/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/FixedGridLayoutTest.java
diff options
context:
space:
mode:
authorScott Tsai <scottt.tw@gmail.com>2009-03-21 08:17:41 +0800
committerScott Tsai <scottt.tw@gmail.com>2009-03-21 08:17:41 +0800
commiteda65f5f60c01a6eb4f2e9e7ff79c59fe755c2f7 (patch)
tree1a7778b5dfe19bab6a22cd0ea7ed554ed8dfcfda /samples/FixedGridLayout/src/com/example/android/fixedgridlayout/FixedGridLayoutTest.java
parent0c4ee7741c94376599256f923c08dac18d090e97 (diff)
q2dm: correctly expect the return type of strchr(const char*) to be
'const char*' in C++ so that the code builds on gcc-4.4 ISO C++ overloads strchr() so that strchr(const char*) return 'const char*' and strchr(char *) return 'char *'. Since DmTrace::parseAndAddFunction really wants to write to its 'const char *name' argument I just casted a pointer pointing inside of 'name' to 'char*'
Diffstat (limited to 'samples/FixedGridLayout/src/com/example/android/fixedgridlayout/FixedGridLayoutTest.java')
0 files changed, 0 insertions, 0 deletions