Skip to content

Commit

Permalink
Awscli handler (#61)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
galsalomon66 committed Feb 22, 2021
1 parent 278a0fe commit 2e8eb70
Show file tree
Hide file tree
Showing 6 changed files with 327 additions and 74 deletions.
56 changes: 0 additions & 56 deletions .github/workflows/cmake.yml

This file was deleted.

2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)

project(s3select)

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

Expand Down

0 comments on commit 2e8eb70

Please sign in to comment.