Skip to content

Commit 2e8eb70

Browse files
authored
Awscli handler (#61)
* adding object to handle awscli response,first phase. adding warning flags; Signed-off-by: gal salomon <gal.salomon@gmail.com> * fixing text to float conversion (ronen-fr #42) (#64) Signed-off-by: gal salomon <gal.salomon@gmail.com> * fix integer conversion; add compile-warning flag Signed-off-by: gal salomon <gal.salomon@gmail.com> * fix stdin mode; fix compile warnings Signed-off-by: gal salomon <gal.salomon@gmail.com>
1 parent 278a0fe commit 2e8eb70

File tree

6 files changed

+327
-74
lines changed

6 files changed

+327
-74
lines changed

.github/workflows/cmake.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
22

33
project(s3select)
44

5-
set(CMAKE_CXX_FLAGS "-std=gnu++17 -ggdb -Wnon-virtual-dtor -Wreorder -Wunused-variable -Wmaybe-uninitialized")
5+
set(CMAKE_CXX_FLAGS "-std=gnu++17 -ggdb -Wnon-virtual-dtor -Wreorder -Wunused-variable -Wtype-limits -Wsign-compare -Wmaybe-uninitialized")
66
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
77
set(CMAKE_CXX_STANDARD_REQUIRED ON)
88

0 commit comments

Comments
 (0)