Skip to content

Commit d592942

Browse files
committed
fix ABI change warnings; less travis output
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
1 parent a029ce8 commit d592942

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ script:
4343
macdeployqt OpenHantek.app -always-overwrite -verbose=1 ;
4444
python ../../utils/macdeployqtfix/macdeployqtfix.py OpenHantek.app/Contents/MacOS/OpenHantek ${CMAKE_PREFIX_PATH} ;
4545
create-dmg --volname OpenHantek --volicon ../../openhantek/res/images/openhantek.icns --window-pos 200 120 --window-size 800 400 --icon-size 100 --icon "OpenHantek.app" 200 190 --hide-extension "OpenHantek.app" --app-drop-link 600 185 --eula ../../LICENSE OpenHantek.dmg OpenHantek.app ;
46-
ls -lhAFRO@ OpenHantek.* ;
47-
xattr -l OpenHantek.dmg ;
4846
cd .. ;
4947
else
5048
ls -l packages ;

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include(cmake/CPackInfos.cmake)
2121
if(MSVC)
2222
add_compile_options(/W4 -D_CRT_SECURE_NO_WARNINGS)
2323
else()
24-
add_compile_options(-Wall -Wextra -pedantic)
24+
add_compile_options(-Wall -Wextra -pedantic -Wno-psabi)
2525
endif()
2626

2727
# enable extra feature(s)

openhantek/src/OH_BUILD.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Do not edit, will be re-created at each commit!
2-
#define OH_BUILD "20200616 build 705"
2+
#define OH_BUILD "20200616 build 706"

0 commit comments

Comments
 (0)