projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7567757
)
build: fix compilation warnings produced by recent clang
author
SeokYeon Hwang
<syeon.hwang@samsung.com>
Tue, 2 Jun 2015 03:06:38 +0000
(12:06 +0900)
committer
Sooyoung Ha
<yoosah.ha@samsung.com>
Thu, 20 Aug 2015 09:06:12 +0000
(18:06 +0900)
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Conflicts:
tizen/src/skin/maruskin_client.c
Change-Id: Ic3ac6a1cf6574f0e8930fd70f7809e5e36d1309c
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
tizen/src/emulator_options.c
patch
|
blob
|
history
diff --git
a/tizen/src/emulator_options.c
b/tizen/src/emulator_options.c
index fddd33b82419c52401d4a4431eb1fb54f137ad0f..8cb62e6b2008a88f0d7f44792041a4129f02638a 100644
(file)
--- a/
tizen/src/emulator_options.c
+++ b/
tizen/src/emulator_options.c
@@
-216,9
+216,7
@@
bool load_conf(const char * const conf)
FILE *file = NULL;
assert(!!conf);
- if (conf) {
- filename = g_strdup(conf);
- }
+ filename = g_strdup(conf);
file = fopen(filename, "r");
if (!file) {