Kenny Root
910bca6850
am 57e53ed4: am c563c38d: am 905874ab: Merge "adb: avoid compilation errors for unused results"
...
* commit '57e53ed4189cc49844e6afcea2a5861fd8ca93f1':
adb: avoid compilation errors for unused results
2014-05-13 16:31:54 +00:00
Kenny Root
57e53ed418
am c563c38d: am 905874ab: Merge "adb: avoid compilation errors for unused results"
...
* commit 'c563c38d06e3af61ab8cf1c26536106985fec073':
adb: avoid compilation errors for unused results
2014-05-13 16:26:13 +00:00
Kenny Root
c563c38d06
am 905874ab: Merge "adb: avoid compilation errors for unused results"
...
* commit '905874abe45279d7c668e590d404880dd91b1869':
adb: avoid compilation errors for unused results
2014-05-13 16:21:12 +00:00
Kenny Root
905874abe4
Merge "adb: avoid compilation errors for unused results"
2014-05-13 16:17:17 +00:00
Kenny Root
1bd41b1399
adb: avoid compilation errors for unused results
...
The BIO_CTRL_FLUSH function for files doesn't return anything useful
from the underlying fflush call, so it is safe to ignore this.
Change-Id: If33a7efbbaaf158e3da1cd72d0a56da1d3b82fd9
2014-05-13 09:12:54 -07:00
Ian Rogers
e370094aed
am e8a470cd: am e37e3301: am 09b84870: Merge "Remove declaration of unused static variable"
...
* commit 'e8a470cdad85fc0e50115242e6904abf8af5cc9e':
Remove declaration of unused static variable
2014-05-12 22:37:34 +00:00
Ian Rogers
e8a470cdad
am e37e3301: am 09b84870: Merge "Remove declaration of unused static variable"
...
* commit 'e37e330159d1db45ce36e711dfaa90ab65dcf87b':
Remove declaration of unused static variable
2014-05-12 22:31:41 +00:00
Ian Rogers
e37e330159
am 09b84870: Merge "Remove declaration of unused static variable"
...
* commit '09b84870d51c827cafac6220826bf497b1c622c4':
Remove declaration of unused static variable
2014-05-12 22:27:34 +00:00
Ian Rogers
09b84870d5
Merge "Remove declaration of unused static variable"
2014-05-12 22:22:24 +00:00
Bernhard Rosenkraenzer
7fb0844174
Remove declaration of unused static variable
...
The declaration is useless and triggers a warning with clang 3.5 (in
code that's built with -Werror)
Change-Id: I8fc42178df264509dcce6e1f1ba318bf849307e3
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2014-05-12 17:47:39 +02:00
Christopher Ferris
d8698d739f
am 413001aa: am 3a49aa7b: am 9428a289: Merge "Only include ucontext.h when necessary."
...
* commit '413001aa6cd4addcf544348020f992ebc6d3e2d4':
Only include ucontext.h when necessary.
2014-05-10 00:27:42 +00:00
Christopher Ferris
413001aa6c
am 3a49aa7b: am 9428a289: Merge "Only include ucontext.h when necessary."
...
* commit '3a49aa7b19945b369221ce486778d7cd70ad066f':
Only include ucontext.h when necessary.
2014-05-10 00:23:24 +00:00
Christopher Ferris
3a49aa7b19
am 9428a289: Merge "Only include ucontext.h when necessary."
...
* commit '9428a2898c346aeff66922704d153f8bbacbcfa3':
Only include ucontext.h when necessary.
2014-05-10 00:18:19 +00:00
Christopher Ferris
9428a2898c
Merge "Only include ucontext.h when necessary."
2014-05-10 00:15:11 +00:00
Christopher Ferris
c58287d601
Only include ucontext.h when necessary.
...
Change-Id: I29014f6c6b82e0a9797e5d76147b3c4e3d82a7f5
2014-05-09 16:59:06 -07:00
John Reck
1d0fedefbf
Merge "Add VirtualLightRefBase"
2014-05-09 23:18:19 +00:00
John Reck
d83186c444
Add VirtualLightRefBase
...
Change-Id: I040db87d9e87ba0584e7e5bdd72f0c319a522fa1
2014-05-09 15:27:22 -07:00
Christopher Ferris
dee011b426
am f4e28c39: am 0f5e9579: am b49f23ed: Merge "Fix ucontext_t forward declare for mac."
...
* commit 'f4e28c3956627accf2bdea96f9dd32fcd543de9c':
Fix ucontext_t forward declare for mac.
2014-05-09 21:54:46 +00:00
Christopher Ferris
1e569c1036
am 8ad708c5: (-s ours) am c1087e55: am bf6c2dbe: Merge "Fix mac build."
...
* commit '8ad708c56570d81def649911bdfc42f5c350e4b8':
Fix mac build.
2014-05-09 21:53:57 +00:00
Christopher Ferris
ee15ddee72
Fix ucontext_t forward declare for mac.
...
(cherry picked from commit afa9c9cd72
)
Change-Id: I6dacdfacfdff0c3ce5166207cfd60adb347ee347
2014-05-09 14:17:31 -07:00
Christopher Ferris
8fb224d32b
Fix mac build.
...
Forward declare ucontext_t so that it's not necessary for ucontext.h
to be included in the global header.
(cherry picked from commit b138037b26
)
Change-Id: I0ffb5bf7c53da8467dd8770880ff412a5158d639
2014-05-09 14:17:18 -07:00
Christopher Ferris
f4e28c3956
am 0f5e9579: am b49f23ed: Merge "Fix ucontext_t forward declare for mac."
...
* commit '0f5e957963d6f455f4685772d0e1181d8f44e7bd':
Fix ucontext_t forward declare for mac.
2014-05-09 21:01:59 +00:00
Christopher Ferris
0f5e957963
am b49f23ed: Merge "Fix ucontext_t forward declare for mac."
...
* commit 'b49f23ed3198ee6129ad675e26c8d197ed984017':
Fix ucontext_t forward declare for mac.
2014-05-09 20:58:04 +00:00
Christopher Ferris
b49f23ed31
Merge "Fix ucontext_t forward declare for mac."
2014-05-09 20:54:29 +00:00
Christopher Ferris
afa9c9cd72
Fix ucontext_t forward declare for mac.
...
Change-Id: I30470f5cc25553dee25d4858f64ec5af13aa20c9
2014-05-09 13:19:34 -07:00
Christopher Ferris
8ad708c565
am c1087e55: am bf6c2dbe: Merge "Fix mac build."
...
* commit 'c1087e55c63f2c206eae676fd4c237585a64e8e5':
Fix mac build.
2014-05-09 18:19:04 +00:00
Christopher Ferris
c1087e55c6
am bf6c2dbe: Merge "Fix mac build."
...
* commit 'bf6c2dbef5ab775f7c6af6a2776793c2af41bc40':
Fix mac build.
2014-05-09 18:16:29 +00:00
Christopher Ferris
bf6c2dbef5
Merge "Fix mac build."
2014-05-09 18:13:06 +00:00
Christopher Ferris
b138037b26
Fix mac build.
...
Forward declare ucontext_t so that it's not necessary for ucontext.h
to be included in the global header.
Change-Id: Ic13677dd572ab1acd927f0a17b284f9b417a642f
2014-05-09 11:04:09 -07:00
Christopher Ferris
e49e43d4aa
am 3adbe79d: am 66e31dc5: am 3a088524: Merge "Rewrite unwind thread handling."
...
* commit '3adbe79d2f14665ff55a9b0db245abebc105658d':
Rewrite unwind thread handling.
2014-05-09 16:45:35 +00:00
Christopher Ferris
3adbe79d2f
am 66e31dc5: am 3a088524: Merge "Rewrite unwind thread handling."
...
* commit '66e31dc51e0d8db595cc1514527c4db6f5cdeba7':
Rewrite unwind thread handling.
2014-05-09 16:42:31 +00:00
Christopher Ferris
66e31dc51e
am 3a088524: Merge "Rewrite unwind thread handling."
...
* commit '3a088524cbd00c140c8fe043ce989ddcf28e7042':
Rewrite unwind thread handling.
2014-05-09 16:38:19 +00:00
Christopher Ferris
3a088524cb
Merge "Rewrite unwind thread handling."
2014-05-09 16:33:12 +00:00
JP Abgrall
6ebb819771
am 0f072d1e: am afcd2659: am dc0ea862: Merge "libziparchive: off64_t is not int64_t (part deux)"
...
* commit '0f072d1ec2c98abf7a31a8b2610e8342459563f8':
libziparchive: off64_t is not int64_t (part deux)
2014-05-09 02:38:18 +00:00
JP Abgrall
0f072d1ec2
am afcd2659: am dc0ea862: Merge "libziparchive: off64_t is not int64_t (part deux)"
...
* commit 'afcd2659eb93ef0a6042c1639293711788878910':
libziparchive: off64_t is not int64_t (part deux)
2014-05-09 02:34:05 +00:00
JP Abgrall
afcd2659eb
am dc0ea862: Merge "libziparchive: off64_t is not int64_t (part deux)"
...
* commit 'dc0ea8626f9b4eb40467d6fdde5e46540130bd1d':
libziparchive: off64_t is not int64_t (part deux)
2014-05-09 02:29:09 +00:00
JP Abgrall
dc0ea8626f
Merge "libziparchive: off64_t is not int64_t (part deux)"
2014-05-09 02:23:40 +00:00
Mark Salyzyn
96c5c99bda
libziparchive: off64_t is not int64_t (part deux)
...
Change-Id: I38e78bdba338a0c40aec43d6c86f26f388cee6ab
2014-05-08 19:16:40 -07:00
JP Abgrall
361682fb1c
am da2046f9: am 3d2ad1ea: am f304730c: Merge "libziparchive: off64_t is not int64_t"
...
* commit 'da2046f9829b87405509b52365e6747f95246458':
libziparchive: off64_t is not int64_t
2014-05-09 00:40:38 +00:00
JP Abgrall
da2046f982
am 3d2ad1ea: am f304730c: Merge "libziparchive: off64_t is not int64_t"
...
* commit '3d2ad1eafd6b2ea1ad92951f6f6c448760bc7895':
libziparchive: off64_t is not int64_t
2014-05-09 00:35:16 +00:00
JP Abgrall
3d2ad1eafd
am f304730c: Merge "libziparchive: off64_t is not int64_t"
...
* commit 'f304730c2893d7b5d47cfe393fb2d6d3f4fced84':
libziparchive: off64_t is not int64_t
2014-05-09 00:30:39 +00:00
JP Abgrall
f304730c28
Merge "libziparchive: off64_t is not int64_t"
2014-05-09 00:26:25 +00:00
Mark Salyzyn
56a90a08db
libziparchive: off64_t is not int64_t
...
- ToDo: investigate why our system headers let us down.
Change-Id: Iada422adbbbd4fbd0fc09b51b97b3cd06ccc6374
2014-05-08 17:20:55 -07:00
Mark Salyzyn
70a532c5dd
am 8b7bfadb: am e5bb3a3d: am 9b5f044f: Merge "libziparchive: 64 bit issues"
...
* commit '8b7bfadb0474f280a363a5b2955892c8e50e6f94':
libziparchive: 64 bit issues
2014-05-08 23:26:59 +00:00
Mark Salyzyn
8b7bfadb04
am e5bb3a3d: am 9b5f044f: Merge "libziparchive: 64 bit issues"
...
* commit 'e5bb3a3db3832147350ddeedef9896b503ded0d8':
libziparchive: 64 bit issues
2014-05-08 23:24:02 +00:00
Mark Salyzyn
e5bb3a3db3
am 9b5f044f: Merge "libziparchive: 64 bit issues"
...
* commit '9b5f044fd00f8b1d49a14c1a1faed69b3dde200b':
libziparchive: 64 bit issues
2014-05-08 23:19:30 +00:00
Mark Salyzyn
9b5f044fd0
Merge "libziparchive: 64 bit issues"
2014-05-08 23:14:36 +00:00
Mark Salyzyn
088bf90e5d
libziparchive: 64 bit issues
...
Change-Id: I1b53aff5b1527a3623d17deed306624707d345ef
2014-05-08 16:06:54 -07:00
Mark Salyzyn
1c95847aa3
am c6d96f80: am 0e69ba70: am 113067e2: Merge "run-as: build 1161573 failure"
...
* commit 'c6d96f8025ad9d083e6b7a4438d8e109c7fafaf5':
run-as: build 1161573 failure
2014-05-08 21:43:30 +00:00
Mark Salyzyn
51067914d1
am d4d09637: am db32e788: am a2b03c4a: Merge "libsparse: turn on -Werror"
...
* commit 'd4d096370154492433f02df56a7508eb99f564e2':
libsparse: turn on -Werror
2014-05-08 21:43:07 +00:00